ARM instructions that are both predicated and set the condition codes
[oota-llvm.git] / test / CodeGen / ARM / ifcvt6.ll
index d7fcf7d64408e21e8d55dd32af52119972c3780b..e2c0ba398c68dc87c9d85ff0ac29496808b7e8b0 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
 ; RUN:   grep cmpne | count 1
 ; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
-; RUN:   grep ldmfdhi | count 1
+; RUN:   grep ldmiahi | count 1
 
 define void @foo(i32 %X, i32 %Y) {
 entry:
@@ -11,7 +11,7 @@ entry:
        br i1 %tmp7, label %cond_true, label %UnifiedReturnBlock
 
 cond_true:             ; preds = %entry
-       %tmp10 = tail call i32 (...)* @bar( )           ; <i32> [#uses=0]
+       %tmp10 = call i32 (...)* @bar( )                ; <i32> [#uses=0]
        ret void
 
 UnifiedReturnBlock:            ; preds = %entry