Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / test / CodeGen / ARM / ifcvt8.ll
index 811aa57fdbb79644324598590dd5e69cd719f968..85bd8c7bf1fc833873b3a50a48f036512b6e0d17 100644 (file)
@@ -1,8 +1,8 @@
 ; RUN: llvm-as < %s | \
-; RUN:   llc -march=arm -mtriple=arm-apple-darwin -enable-arm-if-conversion
+; RUN:   llc -march=arm -mtriple=arm-apple-darwin
 ; RUN: llvm-as < %s | \
-; RUN:   llc -march=arm -mtriple=arm-apple-darwin -enable-arm-if-conversion | \
-; RUN:   grep ldmne | wc -l | grep 1
+; RUN:   llc -march=arm -mtriple=arm-apple-darwin | \
+; RUN:   grep ldmne | count 1
 
        %struct.SString = type { i8*, i32, i32 }