blob: cfffa99eb0bd9c4492c05716eb011cc2cd8a2e2a [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=arm
void %f() {
entry:
call void %g( int 1, int 2, int 3, int 4 )
ret void
}
declare void %g(int, int, int, int)