Fix calls whose arguments fit entirely in registers to not break the Chain.
authorNate Begeman <natebegeman@mac.com>
Wed, 30 Mar 2005 19:38:35 +0000 (19:38 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 30 Mar 2005 19:38:35 +0000 (19:38 +0000)
commitfdcf3418e0618b435fdb07decec87e35feefc95f
treefabbb429df437ddb612d2e6229a5350df0327706
parent109d9e859221e38508a6ebe6c877d9e13ed6d7b4
Fix calls whose arguments fit entirely in registers to not break the Chain.
Implement SINT_TO_FP and UINT_TO_FP
Remove some dead code from the simple ISel

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