mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43d84d6b71
commit
3d173b3638
@ -191,3 +191,8 @@ int %test27(bool %C, int %X, int %Y) {
|
||||
ret int %D
|
||||
}
|
||||
|
||||
int %test28(int %X) {
|
||||
%Y = add int %X, 1234
|
||||
%Z = sub int 42, %Y
|
||||
ret int %Z
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user