diff options
Diffstat (limited to 'lib/Transforms/Scalar/LoopUnswitch.cpp')
-rw-r--r-- | lib/Transforms/Scalar/LoopUnswitch.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Transforms/Scalar/LoopUnswitch.cpp b/lib/Transforms/Scalar/LoopUnswitch.cpp index 3ccb27276d..5b918cc384 100644 --- a/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -129,19 +129,6 @@ namespace { // after RewriteLoopBodyWithConditionConstant rewrites first loop. std::vector<Loop*> LoopProcessWorklist; - // TODO: This few lines are here for cosmetic purposes only. - // Will be removed with the next commit. - struct LoopProperties { - unsigned CanBeUnswitchedCount; - unsigned SizeEstimation; - }; - - // TODO: This few lines are here for cosmetic purposes only. - // Will be removed with the next commit. - typedef DenseMap<const Loop*, LoopProperties> LoopPropsMap; - typedef LoopPropsMap::iterator LoopPropsMapIt; - LoopPropsMap LoopsProperties; - LUAnalysisCache BranchesInfo; bool OptimizeForSize; |