Remove the temporary flag -disable-unroll-scev and dead code.
authorAndrew Trick <atrick@apple.com>
Mon, 28 Nov 2011 19:22:09 +0000 (19:22 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 28 Nov 2011 19:22:09 +0000 (19:22 +0000)
commited38f1ca2ede643b058211ec09b205ed30d2a256
treed5377070ad4db0b251abeeefa3d2e84905ecca29
parentf9b1cd0c7f7ca7324eacc46db10438cd9dccb70f
Remove the temporary flag -disable-unroll-scev and dead code.

SCEV should now be used for trip count analysis, not LoopInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145262 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Analysis/LoopInfo.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp