For PR950:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 6 Dec 2006 20:30:17 +0000 (20:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 6 Dec 2006 20:30:17 +0000 (20:30 +0000)
commit5c14a1bcb006c09ab6a06f96e09e62f6dc168a27
tree68b55e7386b8514a0d6dd706733058e469369d11
parentce10f8bb68d06cec21d140e3d9dba54ed1a6222c
For PR950:
Remove the getMaxValue and getMinValue functions from ConstantIntegral.
They don't make sense for a signless type. Also, for isMaxValue and
isMinValue, have the caller provided the signedness rather than obtaining
it from the constant's type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32287 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/VMCore/Constants.cpp