1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Jello/2002-12-23-SubProblem.llx

8 lines
144 B
Plaintext
Raw Normal View History

2002-12-24 00:51:30 +01:00
; RUN: as < %s | lli -force-interpreter=false -no-local-ra
int %main(int %B) {
;%B = add int 0, 1
%R = sub int %B, 1 ; %r = 0
ret int %R
}