Fix format
authorHongbin Zheng <etherzhhb@gmail.com>
Mon, 21 Nov 2016 20:17:00 +0000 (20:17 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Mon, 21 Nov 2016 20:17:00 +0000 (20:17 +0000)
llvm-svn: 287568

polly/include/polly/ScopInfo.h

index 0a512ac..1f5ddcf 100644 (file)
@@ -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.