Fix that pesky floats in integer regs problem by assigning the f32 type to
authorNate Begeman <natebegeman@mac.com>
Sat, 26 Mar 2005 08:25:22 +0000 (08:25 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 26 Mar 2005 08:25:22 +0000 (08:25 +0000)
commit7532e2f55554b9f7944a358931a22f74f8dd226e
treec88bc250a5c2f91edcbbc6c4bdaa6ee9ddbc73a3
parentf7e43380354107a925dca1a1a4d7d7e70cab04e4
Fix that pesky floats in integer regs problem by assigning the f32 type to
the correct register class.  Also remove the loading of float data into int
regs part of varargs; it will need to be implemented differently later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20857 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp