blob: 9c2c16a6947cf4023177fc527dc355304f164ecd [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=sparc
Chris Lattner7ce1bbf2006-02-05 05:52:55 +00002
Chris Lattner05c55ac2007-03-28 01:27:12 +00003define i32 @test(i32 %X) {
4 %tmp.1 = add i32 %X, 1
5 ret i32 %tmp.1
Chris Lattner7ce1bbf2006-02-05 05:52:55 +00006}