Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't
authorChris Lattner <sabre@nondot.org>
Fri, 17 Feb 2006 21:58:01 +0000 (21:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Feb 2006 21:58:01 +0000 (21:58 +0000)
commit012f241987a017ea74d34d4c126997f84902ef61
tree836ac3c7d61f1228f2564ef42e2dfdcaa452c53a
parent80274268b99e5a066825c8cc5aba58dbc5ad0a52
Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't
exactly the API we wanted to call into.  This fixes the crash on crafty last
night.

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