summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ifcvt7.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-20 18:03:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-20 18:03:23 +0000
commit4226689f4419fc89a9f984320d88296ad815affe (patch)
treea7ce2223f56a0a3b997cd7c604bee9d25ab0d447 /test/CodeGen/ARM/ifcvt7.ll
parent4bf6ac5f40ba501713755cd9c984e8abce1f3f5d (diff)
-enable-arm-if-conversion is gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ifcvt7.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt7.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/ifcvt7.ll b/test/CodeGen/ARM/ifcvt7.ll
index f0b6e473e47..6bb4b5609a5 100644
--- a/test/CodeGen/ARM/ifcvt7.ll
+++ b/test/CodeGen/ARM/ifcvt7.ll
@@ -1,13 +1,13 @@
; 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 cmpeq | 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 moveq | 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 ldmeq | count 1
; FIXME: Need post-ifcvt branch folding to get rid of the extra br at end of BB1.