aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ifcvt6.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ifcvt6.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt6.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/ifcvt6.ll b/test/CodeGen/ARM/ifcvt6.ll
index ae06312..63c4a08 100644
--- a/test/CodeGen/ARM/ifcvt6.ll
+++ b/test/CodeGen/ARM/ifcvt6.ll
@@ -1,10 +1,10 @@
; 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: llc -march=arm -mtriple=arm-apple-darwin | \
; RUN: grep cmpne | count 1
; 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: grep ldmhi | count 1
define void @foo(i32 %X, i32 %Y) {