Revert r108136 until I figure out why it broke selfhost.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2010-07-12 12:35:49 +00:00
parent 110b75aa75
commit 0cc4ed1ca5
3 changed files with 0 additions and 45 deletions

View File

@ -350,17 +350,3 @@ define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32
; CHECK: or <4 x i32> %and.i, %and.i129
}
; PR6773
define i32 @test33(i32 %x, i32 %y, i32 %z) nounwind readnone {
%and = and i32 %y, %x
%not = xor i32 %x, -1
%and2 = and i32 %z, %not
%xor = xor i32 %and2, %and
ret i32 %xor
; CHECK: @test33
; CHECK: xor i32
; CHECK: and i32
; CHECK: xor i32
; CHECK: ret i32
}