mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
de27290f6b
llvm-svn: 10091
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
|
|
|
|
int %main(int %B) {
|
|
;%B = add int 0, 1
|
|
%R = sub int %B, 1 ; %r = 0
|
|
ret int %R
|
|
}
|