Fix last night's PPC32 regressions by
authorNate Begeman <natebegeman@mac.com>
Sun, 14 Aug 2005 18:38:32 +0000 (18:38 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 14 Aug 2005 18:38:32 +0000 (18:38 +0000)
commit2d56e72f09337a1cab3ba199a9467c159296f3fa
tree4271c2d383b96ef4ae582b8b51214a3fc349c0c7
parent889f2c1acf930275e277d1438838a28c7ccc65df
Fix last night's PPC32 regressions by
1. Not selecting the false value of a select_cc in the false arm, which
   isn't legal for nested selects.
2. Actually returning the node we created and Legalized in the FP_TO_UINT
   Expander.

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