diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Transforms/Scalar/EarlyCSE.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h b/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h index 0d277c7a885..e3dd3c050df 100644 --- a/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h +++ b/llvm/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<Function> *AM); }; |