Do not select the operands being passed into SelectCC. IT does this itself
authorChris Lattner <sabre@nondot.org>
Thu, 1 Sep 2005 19:20:44 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Sep 2005 19:20:44 +0000 (19:20 +0000)
commit50ff55c2c7909818165e51bbdc103a05b143dcb1
tree9fdc1282f3742cd6af4b5120bf1eeca9e5445072
parentda8abb02397d7cd62a1e16e7c534edd7096ac873
Do not select the operands being passed into SelectCC.  IT does this itself
and selecting early prevents folding immediates into the cmpw* instructions

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