Dan Gohman | 2b62af2 | 2009-12-05 00:02:37 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | \ |
Dan Gohman | 8c89a50 | 2007-08-15 13:36:28 +0000 | [diff] [blame] | 2 | // RUN: llvm-dis | grep {foo\[12345\]} | count 5 |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | |
4 | __asm__ ("foo1"); | ||||
5 | __asm__ ("foo2"); | ||||
6 | __asm__ ("foo3"); | ||||
7 | __asm__ ("foo4"); | ||||
8 | __asm__ ("foo5"); |