[JumpThreading] make jump threading respect convergent annotation.
[oota-llvm.git] / test / CodeGen / X86 / subreg-to-reg-1.ll
index aa26f06aba96af3707b141571ffcbae3fb7ee3b6..2931bab0cdd1a9bc0c1f782c0dea8499e25fb15c 100644 (file)
@@ -1,4 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {leal   .*), %e.\*} | count 1
+; RUN: llc < %s -march=x86-64 | FileCheck %s
+
+; CHECK:     {{leal    .*[)], %e.*}}
+; CHECK-NOT: {{leal    .*[)], %e.*}}
 
 ; Don't eliminate or coalesce away the explicit zero-extension!
 ; This is currently using an leal because of a 3-addressification detail,