blob: fb55a41e87c5cb8cbbfc96e39643a4091e942292 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc %s -S -o - | llvm-as | 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");