Optimize DAGCombiner's worklist processing. Previously it started
[oota-llvm.git] / test / CodeGen / X86 / 2007-01-08-InstrSched.ll
index 2b66ea0491e48e5d760df1d7c9595e774abf0cd0..811e9ac6d1823d4b1410d9cf98d637245e84c736 100644 (file)
@@ -1,7 +1,8 @@
+; PR1075
 ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \
-; RUN:   %prcontext 'mulss LCPI1_3' 1 | grep mulss | wc -l | grep 1
+; RUN:   %prcontext {mulss     LCPI1_3} 1 | grep mulss | count 1
 
-define float %foo(float %x) {
+define float @foo(float %x) {
     %tmp1 = mul float %x, 3.000000e+00
     %tmp3 = mul float %x, 5.000000e+00
     %tmp5 = mul float %x, 7.000000e+00