aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/basictest.ll
blob: 274f2ce80b12b08cfc1c9ea7f7414f74c1bd7c1a (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=sparc

int %test(int %X) {
	%tmp.1 = add int %X, 1		; <int> [#uses=1]
	ret int %tmp.1
}