mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
62bec2ca4c
commit
5128d2323f
@ -213,3 +213,10 @@ long %test30(long %x) {
|
||||
%tmp.4 = add long %tmp.2, -9223372036854775808
|
||||
ret long %tmp.4
|
||||
}
|
||||
|
||||
int %test31(int %A) {
|
||||
%B = add int %A, 4
|
||||
%C = mul int %B, 5
|
||||
%D = sub int %C, 20
|
||||
ret int %D
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user