diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-09-26 05:29:36 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-26 05:29:36 +0000 |
| commit | ccde96e96baff2447a260d5b00f4bb4c2385265b (patch) | |
| tree | 8901b67a781c9e45729d0f8cbea65cb31ef447f4 | |
| parent | 9a4e5663d2ddad1d5b0b76c911f4a59a93785f62 (diff) | |
| download | bcm5719-llvm-ccde96e96baff2447a260d5b00f4bb4c2385265b.tar.gz bcm5719-llvm-ccde96e96baff2447a260d5b00f4bb4c2385265b.zip | |
"Update" tests for -disable-if-conversion removal. I think branch.ll should just
be removed, but I XFAIL'd it for now.
llvm-svn: 82847
| -rw-r--r-- | llvm/test/CodeGen/ARM/branch.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-branch.ll | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/branch.ll b/llvm/test/CodeGen/ARM/branch.ll index ad21d94a52e..e593189b801 100644 --- a/llvm/test/CodeGen/ARM/branch.ll +++ b/llvm/test/CodeGen/ARM/branch.ll @@ -3,6 +3,7 @@ ; RUN: grep bge %t ; RUN: grep bhs %t ; RUN: grep blo %t +; XFAIL: * define void @f1(i32 %a, i32 %b, i32* %v) { entry: diff --git a/llvm/test/CodeGen/Thumb2/thumb2-branch.ll b/llvm/test/CodeGen/Thumb2/thumb2-branch.ll index a794562a6da..b46cb5f7c70 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-branch.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-branch.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=thumb -mattr=+thumb2 -disable-arm-if-conversion | FileCheck %s +; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s define void @f1(i32 %a, i32 %b, i32* %v) { entry: |

