diff options
| author | Raghesh Aloor <raghesh.a@gmail.com> | 2011-07-21 00:08:23 +0000 |
|---|---|---|
| committer | Raghesh Aloor <raghesh.a@gmail.com> | 2011-07-21 00:08:23 +0000 |
| commit | ac4dacfb1fbbfd8d6fbe73d05a7cc7d2a1c4b4df (patch) | |
| tree | 729ca348fb1ce448dfd9e630bf829f1b8c0aa20d | |
| parent | 53a495bd75865173ad056d7de1a8db52f4777c11 (diff) | |
| download | bcm5719-llvm-ac4dacfb1fbbfd8d6fbe73d05a7cc7d2a1c4b4df.tar.gz bcm5719-llvm-ac4dacfb1fbbfd8d6fbe73d05a7cc7d2a1c4b4df.zip | |
www: Memory Access Documentation Update
llvm-svn: 135641
| -rw-r--r-- | polly/www/documentation/memaccess.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polly/www/documentation/memaccess.html b/polly/www/documentation/memaccess.html index 593cd53d265..9e51d4299a3 100644 --- a/polly/www/documentation/memaccess.html +++ b/polly/www/documentation/memaccess.html @@ -81,6 +81,10 @@ The representation in the JSCoP file is: }] </pre> We need to detect this access function change. + +<h3>Step 2</h3> +Update the code generation module to reflect the access function change made +in Step 1. </div> </body> </html> |

