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