aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-26 05:29:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-26 05:29:36 +0000
commitc8e9314a410c3a3dfad243b6ed42a365711e9278 (patch)
tree65a401e97a473e753cfd9fc9c3febcfe27408c0a
parent72c158f90865852cd19aa8efb524ace74797fbba (diff)
"Update" tests for -disable-if-conversion removal. I think branch.ll should just
be removed, but I XFAIL'd it for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82847 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/branch.ll1
-rw-r--r--test/CodeGen/Thumb2/thumb2-branch.ll2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/branch.ll b/test/CodeGen/ARM/branch.ll
index ad21d94a52..e593189b80 100644
--- a/test/CodeGen/ARM/branch.ll
+++ b/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/test/CodeGen/Thumb2/thumb2-branch.ll b/test/CodeGen/Thumb2/thumb2-branch.ll
index a794562a6d..b46cb5f7c7 100644
--- a/test/CodeGen/Thumb2/thumb2-branch.ll
+++ b/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: