Reid Spencer | 1bb52e0 | 2007-02-09 15:15:21 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \ |
Reid Spencer | dcb925e | 2007-04-15 20:08:37 +0000 | [diff] [blame^] | 2 | // RUN: llvm-dis | grep {foo\[12345\]} | wc -l | grep 5 |
Chris Lattner | 1695483 | 2006-01-24 05:01:39 +0000 | [diff] [blame] | 3 | |
4 | __asm__ ("foo1"); | ||||
5 | __asm__ ("foo2"); | ||||
6 | __asm__ ("foo3"); | ||||
7 | __asm__ ("foo4"); | ||||
8 | __asm__ ("foo5"); |