mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[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
This commit is contained in:
parent
9a941b2028
commit
033773b057
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user