For PR1205:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 17:36:23 +0000 (17:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 17:36:23 +0000 (17:36 +0000)
commit663e711dc235cae94eb50abb1c0571fd0b3a6a35
treec949fcf870d8391360aa846b29b15741e8ebceb8
parent94900774ad65d69274d564bac027d56a5801c7e2
For PR1205:
Convert ConstantRange class to use APInt internally as its value type for
the constant range, instead of ConstantInt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34745 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ConstantRange.h
lib/Analysis/ConstantRange.cpp
lib/Support/ConstantRange.cpp