Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the SETCC...
authorOwen Anderson <resistor@mac.com>
Sat, 3 Nov 2012 00:17:26 +0000 (00:17 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 3 Nov 2012 00:17:26 +0000 (00:17 +0000)
commitefcc1aec6459c356c6516e28be29acaa51e876fa
treecc6fcc831e4127ad116d23f72df4689ad03a9251
parent11a45c214c26bdc49ef58c0eb214df5200867cee
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the SETCC node would be illegal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167344 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp