1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s | not grep ", f1" 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workertarget datalayout = "E-p:32:32" 4*9880d681SAndroid Build Coastguard Workertarget triple = "powerpc-apple-darwin8.2.0" 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker; Dead argument should reserve an FP register. 7*9880d681SAndroid Build Coastguard Workerdefine double @bar(double %DEAD, double %X, double %Y) { 8*9880d681SAndroid Build Coastguard Worker %tmp.2 = fadd double %X, %Y ; <double> [#uses=1] 9*9880d681SAndroid Build Coastguard Worker ret double %tmp.2 10*9880d681SAndroid Build Coastguard Worker} 11