mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
new testcase I forgot to check in earlier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a93dfcd40a
commit
03182bfd89
@ -220,3 +220,10 @@ int %test31(int %A) {
|
||||
%D = sub int %C, 20
|
||||
ret int %D
|
||||
}
|
||||
|
||||
int %test32(int %A) {
|
||||
%B = add int %A, 4
|
||||
%C = shl int %B, ubyte 2
|
||||
%D = sub int %C, 16
|
||||
ret int %D
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user