blob: 3d89378609970ffdeee5b8705fdc4c666101c13f [file] [log] [blame]
; 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
}