The ELF ABI specifies F1-F8 registers as argument registers for double, not
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Tue, 3 Apr 2007 10:27:07 +0000 (10:27 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Tue, 3 Apr 2007 10:27:07 +0000 (10:27 +0000)
commitef3c030e0e08b7d9446445823f4972fcf18c1ce1
treed93d882b1743ab69d6d8b077b7c9b4e4c5fb66fb
parentd0b08799491f965582e591c65c33fcefe5e430f9
The ELF ABI specifies F1-F8 registers as argument registers for double, not
F1-F10. This affects only ELF, not MachO.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35622 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCRegisterInfo.cpp