Stub out the rest of the DAG Combiner. Just need to fill in the
authorNate Begeman <natebegeman@mac.com>
Mon, 19 Sep 2005 22:34:01 +0000 (22:34 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 19 Sep 2005 22:34:01 +0000 (22:34 +0000)
commit44728a7bb65f5228fff631da807ed7ed3c791a8d
tree76103aa01e6298f5a2421bcccebd28e8d50c1dee
parentcea8688ee4637e0f3cffc75e47f15be756f043bf
Stub out the rest of the DAG Combiner.  Just need to fill in the
select_cc bits and then wrap it in a convenience function for  use with
regular select.

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