"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
This commit is contained in:
Daniel Dunbar 2009-09-26 05:29:36 +00:00
parent 72c158f908
commit c8e9314a41
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
; RUN: grep bge %t ; RUN: grep bge %t
; RUN: grep bhs %t ; RUN: grep bhs %t
; RUN: grep blo %t ; RUN: grep blo %t
; XFAIL: *
define void @f1(i32 %a, i32 %b, i32* %v) { define void @f1(i32 %a, i32 %b, i32* %v) {
entry: entry:

View File

@ -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) { define void @f1(i32 %a, i32 %b, i32* %v) {
entry: entry: