mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
4572ce85b0
llvm-svn: 33296
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -regalloc=simple
|
|
|
|
int %main(int %B) {
|
|
;%B = add int 0, 1
|
|
%R = sub int %B, 1 ; %r = 0
|
|
ret int %R
|
|
}
|