blob: 1ab947b1e20d027e592a2b88d4edc332a29db41b [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Tanya Lattner6263f942008-02-17 20:02:20 +00002
3define i32 @test(i32 %a1) {
4 ret i32 %a1
Rafael Espindola5482ef32006-06-01 22:01:25 +00005}