For PR1205:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 18:57:32 +0000 (18:57 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 18:57:32 +0000 (18:57 +0000)
commitdc5c1597014fa5c47c94db2b9fd424d2266053db
tree9167714e90ee780fc0aabd5ccbfe73eadcf41ef0
parentf1b214d3ca12f2d85f0d092b4920172bcc797bac
For PR1205:
First round of ConstantRange changes. This makes all CR constructors use
only APInt and not use ConstantInt. Clients are adjusted accordingly.

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