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 /llvm/test/CodeGen/Thumb2/thumb2-branch.ll | |
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
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-branch.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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: |