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