Recommit r310809 with a fix for the spill problem
[llvm-core.git] / test / CodeGen / PowerPC / 2006-01-11-darwin-fp-argument.ll
blob48ad072fe5f62192bb0478dce5fd90e61198f139
1 ; RUN: llc -verify-machineinstrs < %s | not grep ", f1"
3 target datalayout = "E-p:32:32"
4 target triple = "powerpc-apple-darwin8.2.0"
6 ; Dead argument should reserve an FP register.
7 define double @bar(double %DEAD, double %X, double %Y) {
8         %tmp.2 = fadd double %X, %Y              ; <double> [#uses=1]
9         ret double %tmp.2