[polly] r262857 - Drop comment separators

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 13:26:41 PST 2016


Author: grosser
Date: Mon Mar  7 15:26:41 2016
New Revision: 262857

URL: http://llvm.org/viewvc/llvm-project?rev=262857&view=rev
Log:
Drop comment separators

The cause trouble in the doxygen output.

Modified:
    polly/trunk/include/polly/ScopInfo.h

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=262857&r1=262856&r2=262857&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Mon Mar  7 15:26:41 2016
@@ -887,7 +887,6 @@ using InvariantEquivClassTy =
 /// @brief Type for invariant accesses equivalence classes.
 using InvariantEquivClassesTy = SmallVector<InvariantEquivClassTy, 8>;
 
-///===----------------------------------------------------------------------===//
 /// @brief Statement of the Scop
 ///
 /// A Scop statement represents an instruction in the Scop.
@@ -1232,7 +1231,6 @@ static inline raw_ostream &operator<<(ra
   return O;
 }
 
-///===----------------------------------------------------------------------===//
 /// @brief Static Control Part
 ///
 /// A Scop is the polyhedral representation of a control flow region detected
@@ -2047,9 +2045,7 @@ static inline raw_ostream &operator<<(ra
   return O;
 }
 
-///===---------------------------------------------------------------------===//
 /// @brief Build the Polly IR (Scop and ScopStmt) on a Region.
-///
 class ScopInfo : public RegionPass {
   //===-------------------------------------------------------------------===//
   ScopInfo(const ScopInfo &) = delete;




More information about the llvm-commits mailing list