blob: 1ab947b1e20d027e592a2b88d4edc332a29db41b [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Tanya Lattner246a1372008-02-17 20:02:20 +00002
3define i32 @test(i32 %a1) {
4 ret i32 %a1
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005}