[DAGCombine] Remove some old dead code for forming SETCC nodes
authorHal Finkel <hfinkel@anl.gov>
Mon, 31 Aug 2015 18:38:55 +0000 (18:38 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 31 Aug 2015 18:38:55 +0000 (18:38 +0000)
commit45b78813abc33d1c0cb6e3cd87dceb9fc9f8e2dc
tree081966c16c2e588e6165bfcdd1f57d65451c9f0f
parent9c89f4441e6caad0ba5d43486337bb9712500831
[DAGCombine] Remove some old dead code for forming SETCC nodes

This code was dead when it was committed in r23665 (Oct 7, 2005), and before it
reaches its 10th anniversary, it really should go. We can always bring it back
if we'd like, but it forms more SETCC nodes, and the way we do legality
checking on SETCC nodes is wrong in a number of places, and removing this means
fewer places to fix. NFC.

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