commit | 51ff37bc91c3444d016207aebcf551650fec7706 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Sep 20 18:06:22 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Sep 20 18:06:22 2007 +0000 |
tree | fcd71b41922b5424993f9ee2286a4a757478128c | |
parent | a5866ce77a0fdfe1e2423cabc726a771d3423829 [diff] [blame] |
Disable if-conversion for this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42170 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/branch.ll b/test/CodeGen/ARM/branch.ll index df28f42..591beb2 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