mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
new test
llvm-svn: 21137
This commit is contained in:
parent
5b31ada26d
commit
bb9a5cbdd7
@ -119,3 +119,8 @@ long %test18(long %Y) {
|
||||
ret long %tmp.8
|
||||
}
|
||||
|
||||
int %test19(int %X, int %Y) {
|
||||
%Z = sub int %X, %Y
|
||||
%Q = add int %Z, %Y
|
||||
ret int %Q
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user