take care of some todos, transforming [us]mul_lohi into
[oota-llvm.git] / test / CodeGen / X86 / isel-sink3.ll
index 4e678c42cf771ea00c0a71a76aefa3800318e1e2..8d3d97a930bef16ec574dd5da3df47499933aa61 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc | grep {addl.\$4, %ecx}
-; RUN: llvm-as < %s | llc | not grep leal
+; RUN: llc < %s | grep {addl.\$4, %ecx}
+; RUN: llc < %s | not grep leal
 ; this should not sink %1 into bb1, that would increase reg pressure.
 
 ; rdar://6399178