Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / SPARC / basictest.ll
blob5c3e07543b9dab7ccedd189c44eec69dab041cd7
1 ; RUN: llvm-as < %s | llc -march=sparc
3 define i32 @test(i32 %X) {
4         %tmp.1 = add i32 %X, 1
5         ret i32 %tmp.1