blob: 57ff95c0cb6d0959d567d9c36205691e4f943047 [file] [log] [blame]
; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi | not grep r3
; PR4059
define i32 @f(i64 %z, i32 %a, double %b) {
%tmp = call i32 @g(double %b)
ret i32 %tmp
}
declare i32 @g(double)