OSDN Git Service

Allow the APInt form of ComputeMaskedBits to operate on i128 types.
authorDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 23:13:32 +0000 (23:13 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 23:13:32 +0000 (23:13 +0000)
commitd9fe41c0c8f6eab686c6064e2ce0c8e211b0c995
tree9eba440082d86359fc7f78b719be9369a0776b55
parentf4f92f5ebe579ded661ec4c311f65e316405d0e6
Allow the APInt form of ComputeMaskedBits to operate on i128 types.

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