1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=arm-linux-gnueabi | not grep r3 2*9880d681SAndroid Build Coastguard Worker; PR4059 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine i32 @f(i64 %z, i32 %a, double %b) { 5*9880d681SAndroid Build Coastguard Worker %tmp = call i32 @g(double %b) 6*9880d681SAndroid Build Coastguard Worker ret i32 %tmp 7*9880d681SAndroid Build Coastguard Worker} 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Workerdeclare i32 @g(double) 10