; RUN: llvm-as < %s | llc -march=sparcv8 int %test(int %X) { %tmp.1 = add int %X, 1 ; [#uses=1] ret int %tmp.1 }