This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[www patch] tree-ssa/index.html: Fix a typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 04 Jul 2003 21:10:31 -0400 (EDT)
- Subject: [www patch] tree-ssa/index.html: Fix a typo.
Hi,
Committed as obvious.
Kazu Hirata
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.17
diff -u -r1.17 index.html
--- index.html 16 Jun 2003 12:48:50 -0000 1.17
+++ index.html 5 Jul 2003 01:09:21 -0000
@@ -374,7 +374,7 @@
<dl>
<dt><em>Normalization of array access functions</em></dt>
<dd>This pass should gather the information decomposed by
- gimplicication into well formed access functions. A further
+ gimplification into well formed access functions. A further
simplification should simplify these functions in order to get
functions of loop indices. This form is needed in dependence
tests. The implementation of this normalization is very similar