mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Remove illegal test now that not instruction does not exist.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a6c063699
commit
500888b7e8
@ -48,11 +48,6 @@ int "test8"(int %A) {
|
||||
ret int %B
|
||||
}
|
||||
|
||||
int %testXOR9(int %A) {
|
||||
%B = xor int %A, -1
|
||||
ret int %B
|
||||
}
|
||||
|
||||
bool "test9"(bool %A) {
|
||||
%B = or bool %A, %A
|
||||
ret bool %B
|
||||
@ -63,8 +58,3 @@ int "test10"(int %A) {
|
||||
ret int %B
|
||||
}
|
||||
|
||||
bool %test11(bool %A) {
|
||||
%B = xor bool %A, true
|
||||
ret bool %B
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user