OSDN Git Service

Make some comments that were meant to be for public documentation
authorEric Christopher <echristo@gmail.com>
Wed, 1 May 2019 01:28:12 +0000 (01:28 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 1 May 2019 01:28:12 +0000 (01:28 +0000)
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

index 932a9fd..e5bc3ac 100644 (file)
@@ -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,