From 7ec12e431aaabd3ca2b5cb72da852f98ec74954f Mon Sep 17 00:00:00 2001 From: Stepan Dyatkovskiy Date: Sun, 15 Jan 2012 09:45:11 +0000 Subject: Cosmetic patch for r148215. llvm-svn: 148216 --- llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'llvm/lib/Transforms/Scalar/LoopUnswitch.cpp') diff --git a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp index 3ccb27276dd..5b918cc3846 100644 --- a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -129,19 +129,6 @@ namespace { // after RewriteLoopBodyWithConditionConstant rewrites first loop. std::vector 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 LoopPropsMap; - typedef LoopPropsMap::iterator LoopPropsMapIt; - LoopPropsMap LoopsProperties; - LUAnalysisCache BranchesInfo; bool OptimizeForSize; -- cgit v1.2.3