From ccde96e96baff2447a260d5b00f4bb4c2385265b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 26 Sep 2009 05:29:36 +0000 Subject: "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 --- llvm/test/CodeGen/Thumb2/thumb2-branch.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/Thumb2/thumb2-branch.ll') 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: -- cgit v1.2.3