[llvm] r227727 - [PM] Clean up a stale comment that came from a differnt pass when
Chandler Carruth
chandlerc at gmail.com
Sun Feb 1 03:35:57 PST 2015
Author: chandlerc
Date: Sun Feb 1 05:35:56 2015
New Revision: 227727
URL: http://llvm.org/viewvc/llvm-project?rev=227727&view=rev
Log:
[PM] Clean up a stale comment that came from a differnt pass when
I created this header.
Modified:
llvm/trunk/include/llvm/Transforms/Scalar/EarlyCSE.h
Modified: llvm/trunk/include/llvm/Transforms/Scalar/EarlyCSE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar/EarlyCSE.h?rev=227727&r1=227726&r2=227727&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/EarlyCSE.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar/EarlyCSE.h Sun Feb 1 05:35:56 2015
@@ -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<Function> *AM);
};
More information about the llvm-commits
mailing list