mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-20 17:38:00 +00:00
creative way to add one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
028856dc39
commit
7a32bc9b9b
@ -190,3 +190,9 @@ int %test27(int %b, int %c, int %d) {
|
||||
ret int %tmp6
|
||||
}
|
||||
|
||||
int %test28(int %indvar) {
|
||||
%tmp7 = add int %indvar, -2147483647
|
||||
%tmp214 = xor int %tmp7, -2147483648
|
||||
ret int %tmp214
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user