Convert DAGCombiner to use the APInt form of ComputeMaskedBits.
authorDan Gohman <gohman@apple.com>
Wed, 20 Feb 2008 16:33:30 +0000 (16:33 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Feb 2008 16:33:30 +0000 (16:33 +0000)
commit948d8eadec92cc5f31f196de41dd6dfe8579a0c6
tree6a9f4fd94a5bc950a26d30312baa3756f6b22b0f
parentca93a43e8409c6dc5ccf2c9762fb513f9d318372
Convert DAGCombiner to use the APInt form of ComputeMaskedBits.

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