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