diff options
-rw-r--r-- | llvm/include/llvm/Passes/PassBuilder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Passes/PassBuilder.h b/llvm/include/llvm/Passes/PassBuilder.h index 932a9fdba95..e5bc3acd050 100644 --- a/llvm/include/llvm/Passes/PassBuilder.h +++ b/llvm/include/llvm/Passes/PassBuilder.h @@ -122,9 +122,9 @@ public: enum class ThinLTOPhase { /// No ThinLTO behavior needed. None, - // ThinLTO prelink (summary) phase. + /// ThinLTO prelink (summary) phase. PreLink, - // ThinLTO postlink (backend compile) phase. + /// ThinLTO postlink (backend compile) phase. PostLink }; @@ -223,7 +223,7 @@ public: /// Cross register the analysis managers through their proxies. /// /// This is an interface that can be used to cross register each - // AnalysisManager with all the others analysis managers. + /// AnalysisManager with all the others analysis managers. void crossRegisterProxies(LoopAnalysisManager &LAM, FunctionAnalysisManager &FAM, CGSCCAnalysisManager &CGAM, |