From 033773b0574d7d18f91d00f36c7a4f87b9f56d9b Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sun, 1 Feb 2015 11:35:56 +0000 Subject: [PATCH] [PM] Clean up a stale comment that came from a differnt pass when I created this header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227727 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Scalar/EarlyCSE.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/llvm/Transforms/Scalar/EarlyCSE.h b/include/llvm/Transforms/Scalar/EarlyCSE.h index 0d277c7a885..e3dd3c050df 100644 --- a/include/llvm/Transforms/Scalar/EarlyCSE.h +++ b/include/llvm/Transforms/Scalar/EarlyCSE.h @@ -31,12 +31,6 @@ public: static StringRef name() { return "EarlyCSEPass"; } /// \brief Run the pass over the function. - /// - /// This will lower all of th expect intrinsic calls in this function into - /// branch weight metadata. That metadata will subsequently feed the analysis - /// of the probabilities and frequencies of the CFG. After running this pass, - /// no more expect intrinsics remain, allowing the rest of the optimizer to - /// ignore them. PreservedAnalyses run(Function &F, AnalysisManager *AM); }; -- 2.34.1