mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Make the testcase MORE complex
llvm-svn: 4448
This commit is contained in:
parent
8fa0840abd
commit
20ed68f623
@ -1,6 +1,7 @@
|
||||
; test ret
|
||||
void %main() {
|
||||
BB0:
|
||||
add int 1, 2
|
||||
%X = add int 1, 2
|
||||
%Y = add int %X, %X
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user