Use getConstant instead of getIntegerSCEV. The two are basically the
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 22:09:21 +0000 (22:09 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 22:09:21 +0000 (22:09 +0000)
commitdeff621abdd48bd70434bd4d7ef30f08ddba1cd8
tree8ad24e4ad90743b684318bd40609a5ab2a664575
parentcec9c5092409a3fa4c6a00c399c1d6df53df64d4
Use getConstant instead of getIntegerSCEV. The two are basically the
same, now that getConstant has overloads consistent with ConstantInt::get.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102965 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp