Disable if-conversion for this test.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 20 Sep 2007 18:06:22 +0000 (18:06 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 20 Sep 2007 18:06:22 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42170 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/branch.ll

index df28f42d0108ec11897c4c13385bac08e75b6da7..591beb2e30de4c038696049378655b55e1f06fda 100644 (file)
@@ -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