Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / ifcvt1.ll
index b76b3e3a62250c2d1e60028be105067b26534930..e6aa044564a2b6459774965287f722f50166e62f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=arm -enable-arm-if-conversion
-; RUN: llvm-as < %s | llc -march=arm -enable-arm-if-conversion | grep bx | wc -l | grep 1
+; RUN: llc < %s -march=arm
+; RUN: llc < %s -march=arm | grep bx | count 1
 
 define i32 @t1(i32 %a, i32 %b) {
        %tmp2 = icmp eq i32 %a, 0