Pass the computed iteration count value to RewriteLoopExitValues
authorDan Gohman <gohman@apple.com>
Tue, 5 Aug 2008 22:34:21 +0000 (22:34 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 5 Aug 2008 22:34:21 +0000 (22:34 +0000)
commit5a6c448a7ec2292649f73a813136ae709a23c8e0
tree818723b97eb73f7f384e0af7b8f7b3f2019bf650
parent837f39b839f08841145f71e0e81c1a1b1efd2a92
Pass the computed iteration count value to RewriteLoopExitValues
instead of having it call getIterationCount again.

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