tScopInfo: Shorten comment slightly
authorTobias Grosser <tobias@grosser.es>
Wed, 3 Feb 2016 15:42:38 +0000 (15:42 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 3 Feb 2016 15:42:38 +0000 (15:42 +0000)
llvm-svn: 259653

polly/include/polly/ScopInfo.h

index ab1f339..c89d756 100644 (file)
@@ -527,9 +527,7 @@ private:
   /// @brief Relation from statement instances to the accessed array elements.
   ///
   /// In the common case this relation is a function that maps a set of loop
-  /// indices to the memory address from which a value is loaded/stored.
-  ///
-  /// For example:
+  /// indices to the memory address from which a value is loaded/stored:
   ///
   ///      for i
   ///        for j