blob: 9c2c16a6947cf4023177fc527dc355304f164ecd [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=sparc
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3define i32 @test(i32 %X) {
4 %tmp.1 = add i32 %X, 1
5 ret i32 %tmp.1
6}