mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
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:
parent
2c77cb9101
commit
2fc5e59362
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user