summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/ARM/branch.ll1
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-branch.ll2
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:
OpenPOWER on IntegriCloud