Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: gcc/gcc/doc/loop.texi

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/doc/jv-convert.1 ('k') | gcc/gcc/doc/md.texi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/doc/loop.texi
diff --git a/gcc/gcc/doc/loop.texi b/gcc/gcc/doc/loop.texi
index 567d7117af43a872512283ea938ed176645fe047..356c00d02b139dccf8d2ffaefa9334c1d85b6a2a 100644
--- a/gcc/gcc/doc/loop.texi
+++ b/gcc/gcc/doc/loop.texi
@@ -605,7 +605,7 @@ improve cache behavior or remove inner loop dependencies to allow
parallelization and vectorization to take place.
To perform these transformations, Lambda requires that the loopnest be
-converted into a internal form that can be matrix transformed easily.
+converted into an internal form that can be matrix transformed easily.
To do this conversion, the function
@code{gcc_loopnest_to_lambda_loopnest} is provided. If the loop cannot
be transformed using lambda, this function will return NULL.
« no previous file with comments | « gcc/gcc/doc/jv-convert.1 ('k') | gcc/gcc/doc/md.texi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698