Cleanup. Make ScalarEvolution an explicit argument of the
authorAndrew Trick <atrick@apple.com>
Wed, 10 Aug 2011 04:22:26 +0000 (04:22 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 10 Aug 2011 04:22:26 +0000 (04:22 +0000)
commitbddb7f82103deb226baa6793f41c5961661167e7
treecbdd86ff1b4ac7c67828e0880bfc573f087b9d29
parentea23daa4461de489abbfd54a9641091862945f3e
Cleanup. Make ScalarEvolution an explicit argument of the
SimplifyIndVar utility since it is required.

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