Remove getIntegerSCEV; it's redundant with getConstant, and getConstant
authorDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 14:33:50 +0000 (14:33 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 14:33:50 +0000 (14:33 +0000)
commit07587a450044e32b791baa012032f1cb11bfed88
tree6d169c38f1c67dfcda46b1ccf305358c10dbf0a4
parent5ff12fc41a0c53811b59b06deb11d59f45f6df69
Remove getIntegerSCEV; it's redundant with getConstant, and getConstant
is more consistent with the ConstantInt API.

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