From 081fd139b3bd2247c658d7db6c7e3e65d0ce0424 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sat, 9 Jul 2016 03:27:24 +0000 Subject: [PATCH] [LoopSimplify] Remove a comment which is unlikely to age well. Chandler pointed out in his review but I forgot to remove before committing, my bad. llvm-svn: 274963 --- llvm/lib/Transforms/Utils/LoopSimplify.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/lib/Transforms/Utils/LoopSimplify.cpp b/llvm/lib/Transforms/Utils/LoopSimplify.cpp index a364cab50629..b3a928bf7753 100644 --- a/llvm/lib/Transforms/Utils/LoopSimplify.cpp +++ b/llvm/lib/Transforms/Utils/LoopSimplify.cpp @@ -819,10 +819,6 @@ PreservedAnalyses LoopSimplifyPass::run(Function &F, if (!Changed) return PreservedAnalyses::all(); PreservedAnalyses PA; - - // The old PM also preserved LCSSAID and BreakCriticalEdgesID. - // This makes no sense in the new PM so we omit those from the set - // of preserved passes. PA.preserve(); PA.preserve(); PA.preserve();