Fix PR5391: support early clobber physical register def tied with a use (ewwww)
[oota-llvm.git] / test / CodeGen / X86 / isel-sink3.ll
index 75c23c343532df5bca765cab42393234837578ff..8d3d97a930bef16ec574dd5da3df47499933aa61 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc | grep {addl.(%eax), %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