projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88b93e
)
tScopInfo: Shorten comment slightly
author
Tobias Grosser
<tobias@grosser.es>
Wed, 3 Feb 2016 15:42:38 +0000
(15:42 +0000)
committer
Tobias Grosser
<tobias@grosser.es>
Wed, 3 Feb 2016 15:42:38 +0000
(15:42 +0000)
llvm-svn: 259653
polly/include/polly/ScopInfo.h
patch
|
blob
|
history
diff --git
a/polly/include/polly/ScopInfo.h
b/polly/include/polly/ScopInfo.h
index
ab1f339
..
c89d756
100644
(file)
--- 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