blob: 80e719556237fb015e066075f3a7e5ca03974d32 [file] [log] [blame]
Dan Gohman2b62af22009-12-05 00:02:37 +00001// RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | \
Dan Gohman8c89a502007-08-15 13:36:28 +00002// RUN: llvm-dis | grep {foo\[12345\]} | count 5
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
4__asm__ ("foo1");
5__asm__ ("foo2");
6__asm__ ("foo3");
7__asm__ ("foo4");
8__asm__ ("foo5");