summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/include/polly/ScopInfo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h
index ab1f339752e..c89d756c509 100644
--- a/polly/include/polly/ScopInfo.h
+++ b/polly/include/polly/ScopInfo.h
@@ -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
OpenPOWER on IntegriCloud