blob: 365bcd60e7fbeb1c099679ba36b5e6cd23ac718f [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=arm
int %test(int %a1, int %a2) {
ret int %a2
}