[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)
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


No differences found