[polly] r259653 - tScopInfo: Shorten comment slightly

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 07:42:40 PST 2016


Author: grosser
Date: Wed Feb  3 09:42:38 2016
New Revision: 259653

URL: http://llvm.org/viewvc/llvm-project?rev=259653&view=rev
Log:
tScopInfo: Shorten comment slightly

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=259653&r1=259652&r2=259653&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Wed Feb  3 09:42:38 2016
@@ -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




More information about the llvm-commits mailing list