Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / test / CodeGen / ARM / ifcvt8.ll
index c401e682605f137b4ddd04ceb7f41cc361791b80..85bd8c7bf1fc833873b3a50a48f036512b6e0d17 100644 (file)
@@ -1,14 +1,14 @@
 ; 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 }
 
 declare void @abort()
 
-define fastcc void @t(%struct.SString* %word, i8 sext  %c) {
+define fastcc void @t(%struct.SString* %word, i8 signext  %c) {
 entry:
        %tmp1 = icmp eq %struct.SString* %word, null            ; <i1> [#uses=1]
        br i1 %tmp1, label %cond_true, label %cond_false