blob: 48a1fda35b331e99e7021f370fcee9986e9a50d0 [file] [log] [blame]
Tanya Lattner246a1372008-02-17 20:02:20 +00001; RUN: llvm-as < %s | llc -march=arm
2
3define i32 @test(i32 %a1) {
4 ret i32 %a1
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005}