[llvm] 6731eb6 - Fix Wdocumentation trailing comments warnings. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 09:47:11 PDT 2020


Author: Simon Pilgrim
Date: 2020-09-03T17:43:34+01:00
New Revision: 6731eb644a1ef5650c1c3b1757a4f94a21198085

URL: https://github.com/llvm/llvm-project/commit/6731eb644a1ef5650c1c3b1757a4f94a21198085
DIFF: https://github.com/llvm/llvm-project/commit/6731eb644a1ef5650c1c3b1757a4f94a21198085.diff

LOG: Fix Wdocumentation trailing comments warnings. NFCI.

Added: 
    

Modified: 
    llvm/lib/CodeGen/EarlyIfConversion.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/EarlyIfConversion.cpp b/llvm/lib/CodeGen/EarlyIfConversion.cpp
index 517b2cd25fc4..a580d3cc5785 100644
--- a/llvm/lib/CodeGen/EarlyIfConversion.cpp
+++ b/llvm/lib/CodeGen/EarlyIfConversion.cpp
@@ -866,8 +866,8 @@ bool EarlyIfConverter::shouldConvertIf() {
   // by inserting select instructions.
   MachineTraceMetrics::Trace TailTrace = MinInstr->getTrace(IfConv.Tail);
   struct CriticalPathInfo {
-    unsigned Extra; //< Count of extra cycles that the component adds.
-    unsigned Depth; //< Absolute depth of the component in cycles.
+    unsigned Extra; // Count of extra cycles that the component adds.
+    unsigned Depth; // Absolute depth of the component in cycles.
   };
   CriticalPathInfo Cond{};
   CriticalPathInfo TBlock{};


        


More information about the llvm-commits mailing list