[polly] r287568 - Fix format

Hongbin Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 12:17:01 PST 2016


Author: ether
Date: Mon Nov 21 14:17:00 2016
New Revision: 287568

URL: http://llvm.org/viewvc/llvm-project?rev=287568&view=rev
Log:
Fix format

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=287568&r1=287567&r2=287568&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Mon Nov 21 14:17:00 2016
@@ -1860,7 +1860,8 @@ private:
 
   /// Create a new SCoP statement for either @p BB.
   ///
-  /// A new statement for @p BB will be created and added to the statement vector
+  /// A new statement for @p BB will be created and added to the statement
+  /// vector
   /// and map.
   ///
   /// @param BB         The basic block we build the statement for.




More information about the llvm-commits mailing list