blob: 5c3e07543b9dab7ccedd189c44eec69dab041cd7 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | llc -march=sparc
2
3define i32 @test(i32 %X) {
4 %tmp.1 = add i32 %X, 1
5 ret i32 %tmp.1
6}