Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std::map...
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sun, 15 Jan 2012 09:44:07 +0000 (09:44 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sun, 15 Jan 2012 09:44:07 +0000 (09:44 +0000)
commit209287d2259e4c7cae3b4ea8b6c11ba5bd03f997
tree1783f055456bac45b457ece80ff90dc96cfcfe1a
parent980bce2ebda6de40e05c80d008e758c00a6dbb00
Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std::map, since we need to keep a valid pointer to properties of current loop.

Message for r148132:
LoopUnswitch: All helper data that is collected during loop-unswitch iterations was moved to separated class (LUAnalysisCache).

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