diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-09-20 18:06:22 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-09-20 18:06:22 +0000 |
commit | b7c801720823e0691602c2b68ceaea26e75af4fc (patch) | |
tree | fcd71b41922b5424993f9ee2286a4a757478128c | |
parent | 4226689f4419fc89a9f984320d88296ad815affe (diff) |
Disable if-conversion for this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42170 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/branch.ll b/test/CodeGen/ARM/branch.ll index df28f42d01..591beb2e30 100644 --- a/test/CodeGen/ARM/branch.ll +++ b/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 |