Call getAnalysis<LoopInfo> the normal way, instead of asking passed-in
authorDan Gohman <gohman@apple.com>
Thu, 5 Nov 2009 19:43:25 +0000 (19:43 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 5 Nov 2009 19:43:25 +0000 (19:43 +0000)
commit6a02fc3070c83ad8d59f071c88782f0c366bb07e
tree9370eebeefb56e936fc3fb908f40f365162c7137
parente5db7c4166957e13a7df84570be0b9ddc2ef07fe
Call getAnalysis<LoopInfo> the normal way, instead of asking passed-in
LoopPassManager for it.

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