summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arguments-nosplit-i64.ll
blob: 5464674dbca5f60ad6e6042025314e6e12a3f2d7 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi | not grep r3
; PR4058

define i32 @f(i64 %z, i32 %a, i64 %b) {
	%tmp = call i32 @g(i64 %b)
	ret i32 %tmp
}

declare i32 @g(i64)
OpenPOWER on IntegriCloud