1 ; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3
2 ; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 6
3 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | count 3
4 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 8
6 declare fastcc float @qux(float %y)
8 define fastcc float @array(float %a) nounwind {
10 %m = call fastcc float @qux(float %n)
11 %o = mul float %m, 9.0