blob: 14f85ac0b6ab9635e9ee0b4c931e0ebc5379e21c [file] [log] [blame]
Reid Spencer1bb52e02007-02-09 15:15:21 +00001// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
2// RUN: llvm-dis | grep foo[12345] | wc -l | grep 5
Chris Lattner16954832006-01-24 05:01:39 +00003
4__asm__ ("foo1");
5__asm__ ("foo2");
6__asm__ ("foo3");
7__asm__ ("foo4");
8__asm__ ("foo5");