1*9880d681SAndroid Build Coastguard Worker; This should not copy the result of foo into an xmm register. 2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin9 | not grep xmm 3*9880d681SAndroid Build Coastguard Worker; rdar://5689903 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workerdeclare double @foo() 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Workerdefine double @carg({ double, double }* byval %z) nounwind { 8*9880d681SAndroid Build Coastguard Workerentry: 9*9880d681SAndroid Build Coastguard Worker %tmp5 = tail call double @foo() nounwind ; <double> [#uses=1] 10*9880d681SAndroid Build Coastguard Worker ret double %tmp5 11*9880d681SAndroid Build Coastguard Worker} 12*9880d681SAndroid Build Coastguard Worker 13