[PM] Clean up a stale comment that came from a differnt pass when

I created this header.

llvm-svn: 227727
This commit is contained in:
Chandler Carruth 2015-02-01 11:35:56 +00:00
parent fdffd87d68
commit af3c256ffa
1 changed files with 0 additions and 6 deletions

View File

@ -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);
};