blob: 274f2ce80b12b08cfc1c9ea7f7414f74c1bd7c1a [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=sparc
int %test(int %X) {
%tmp.1 = add int %X, 1 ; <int> [#uses=1]
ret int %tmp.1
}