Convert the last remaining users of the non-APInt form of
authorDan Gohman <gohman@apple.com>
Wed, 27 Feb 2008 01:23:58 +0000 (01:23 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 27 Feb 2008 01:23:58 +0000 (01:23 +0000)
commitb3564aa8367fc38efdab0a812868f6f93b9d883e
tree24471441ca4111508ba79dc69ce4558339fcdf0e
parente6be34a53ecbe8c2ff9f0793b13d847e94c0de91
Convert the last remaining users of the non-APInt form of
ComputeMaskedBits to use the APInt form, and remove the
non-APInt form.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47654 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp