From c8e9314a410c3a3dfad243b6ed42a365711e9278 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 26 Sep 2009 05:29:36 +0000 Subject: [PATCH] "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 --- test/CodeGen/ARM/branch.ll | 1 + test/CodeGen/Thumb2/thumb2-branch.ll | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/branch.ll b/test/CodeGen/ARM/branch.ll index ad21d94a52e..e593189b801 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 a794562a6da..b46cb5f7c70 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: