Remove the "isSigned" parameters from ConstantRange. It turns out they
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 07:54:15 +0000 (07:54 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 07:54:15 +0000 (07:54 +0000)
commita6e8a955d6ab82911a1909fac7a9f4256a4d090e
tree679bee028efe0c335cf9b2dded0c8832caadf709
parentcda067bad95654d970e14d3555f4aa685e5ebcae
Remove the "isSigned" parameters from ConstantRange. It turns out they
are not needed as the results are the same with or without it.

Patch by Nicholas Lewycky.

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