Don't print a counter in hex.
[oota-llvm.git] / test / CodeGen / ARM / ifcvt1.ll
index b76b3e3a62250c2d1e60028be105067b26534930..b073a05fc9c53a94ceb28ce1285549dac2af88af 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 -mattr=+v4t
+; RUN: llc < %s -march=arm -mattr=+v4t | grep bx | count 1
 
 define i32 @t1(i32 %a, i32 %b) {
        %tmp2 = icmp eq i32 %a, 0