Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp
authorNate Begeman <natebegeman@mac.com>
Wed, 18 Jan 2006 22:35:16 +0000 (22:35 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 18 Jan 2006 22:35:16 +0000 (22:35 +0000)
commita148d9811a37a320adbf512276abcf42cc36d04c
treea6c58b875c11afb16dc98a6b74b780f109d27f01
parentd12b2d7b5ae73c6f1b89a30f12e9d30e731b2e20
Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp
Now all constant folding in the code generator is in one place.

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