Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / SPARC / basictest.ll
blob9c2c16a6947cf4023177fc527dc355304f164ecd
1 ; RUN: llc < %s -march=sparc
3 define i32 @test(i32 %X) {
4         %tmp.1 = add i32 %X, 1
5         ret i32 %tmp.1