diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-07-05 19:13:41 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-07-05 19:13:41 +0000 |
commit | e1bb3cbf651d6b2016eb64b588863f5627b6a1cd (patch) | |
tree | bc35c66a5e75f2d17ff298907166d7e5398dd6c5 | |
parent | 9611623d024dd54f64712567dd0be2cd7855d126 (diff) | |
download | bcm5719-llvm-e1bb3cbf651d6b2016eb64b588863f5627b6a1cd.tar.gz bcm5719-llvm-e1bb3cbf651d6b2016eb64b588863f5627b6a1cd.zip |
www/memaccess: Fix forgotten typo
llvm-svn: 134435
-rw-r--r-- | polly/www/documentation/memaccess.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/www/documentation/memaccess.html b/polly/www/documentation/memaccess.html index 2ede9b93880..593cd53d265 100644 --- a/polly/www/documentation/memaccess.html +++ b/polly/www/documentation/memaccess.html @@ -19,7 +19,7 @@ it is currently not finished, but it is in the design and implementation stage. The Ideas/Plans described here may not yet be implemented in Polly and may be changed during the actual implementation.</em></p> -The project which adds memory access transformations to Polly. In many cases +This project adds memory access transformations to Polly. In many cases changing the memory access pattern yields to better data locality or removes dependences that would otherwise block transformations. |