blob: 48a1fda35b331e99e7021f370fcee9986e9a50d0 [file] [log] [blame]
Tanya Lattner6263f942008-02-17 20:02:20 +00001; RUN: llvm-as < %s | llc -march=arm
2
3define i32 @test(i32 %a1) {
4 ret i32 %a1
Rafael Espindola5482ef32006-06-01 22:01:25 +00005}