Return the operand rather than a null SDValue when the given SELECT_CC
authorEli Friedman <eli.friedman@gmail.com>
Thu, 28 May 2009 04:31:08 +0000 (04:31 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 28 May 2009 04:31:08 +0000 (04:31 +0000)
commitc06441e5ea55d1e48a85e99ed2615ff4f459b4c2
tree43254828282984197b266497bbf219a6b8159601
parente3f1fb1ee862a9a54c4a22f579460ac1e968b3d6
Return the operand rather than a null SDValue when the given SELECT_CC
is actually legal.  Part of LegalizeDAG cleanups.

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