Remove obscure test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-07-23 21:06:34 +00:00
parent 2c77cb9101
commit 2fc5e59362

View File

@ -118,17 +118,6 @@ bool %test19(ubyte %A) {
ret bool %C
}
bool %test20(int %A) {
%B = xor int %A, -1
%C = and int %B, 4
%D = setne int %C, 0
%E = and int %B, 123 ; Make the usecount of B = 2
%F = cast int %E to bool
%G = and bool %D, %F
ret bool %G
}
ubyte %test21(ubyte %A) {
%B = or ubyte %A, 1
%C = and ubyte %B, 254