From b404cbffb3a06ff700d7352f8fca74d8e46b9c8b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 1 May 2019 01:28:12 +0000 Subject: [PATCH] Make some comments that were meant to be for public documentation actually public documentation (i.e. // -> ///). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359640 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Passes/PassBuilder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/Passes/PassBuilder.h b/include/llvm/Passes/PassBuilder.h index 932a9fdba95..e5bc3acd050 100644 --- a/include/llvm/Passes/PassBuilder.h +++ b/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, -- 2.11.0