summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-20 18:06:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-20 18:06:22 +0000
commit723dab100549bcb8140758d918efeaa8cf85c77e (patch)
tree8e457d079db6b91c51c60566b1710d28eb0a1560
parent77d47714058eaa888846bfd3a9e5a13b7e1ed4a1 (diff)
downloadbcm5719-llvm-723dab100549bcb8140758d918efeaa8cf85c77e.tar.gz
bcm5719-llvm-723dab100549bcb8140758d918efeaa8cf85c77e.zip
Disable if-conversion for this test.
llvm-svn: 42170
-rw-r--r--llvm/test/CodeGen/ARM/branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/branch.ll b/llvm/test/CodeGen/ARM/branch.ll
index df28f42d010..591beb2e30d 100644
--- a/llvm/test/CodeGen/ARM/branch.ll
+++ b/llvm/test/CodeGen/ARM/branch.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm > %t
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -disable-arm-if-conversion > %t
; RUN: grep bne %t
; RUN: grep bge %t
; RUN: grep bhs %t
OpenPOWER on IntegriCloud