blob: db7c7a04c311b5c3c07e8748f142716d4dd0ed3f [file] [log] [blame]
Rafael Espindola5482ef32006-06-01 22:01:25 +00001; RUN: llvm-as < %s | llc -march=arm
2int %test(int %a1) {
3 ret int %a1
4}