aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tree-ssa.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-31 17:13:31 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-31 17:13:31 +0000
commit27954bdbc3051fbf6adfdc8675fa33f36da7c292 (patch)
tree6544ab3575c2f1550b952adb35ce9a54e148107e /gcc/doc/tree-ssa.texi
parent1239de63cb90a4f257c803391d600ae1be99b51b (diff)
downloadgcc-27954bdbc3051fbf6adfdc8675fa33f36da7c292.zip
gcc-27954bdbc3051fbf6adfdc8675fa33f36da7c292.tar.gz
gcc-27954bdbc3051fbf6adfdc8675fa33f36da7c292.tar.bz2
tree-ssa-alias.c: Follow spelling conventions.
* tree-ssa-alias.c: Follow spelling conventions. * doc/tree-ssa.texi: Fix a typo. From-SVN: r97334
Diffstat (limited to 'gcc/doc/tree-ssa.texi')
-rw-r--r--gcc/doc/tree-ssa.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index 4679912..27e0d34 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -685,7 +685,7 @@ void f()
The optimizers need to associate attributes with statements and
variables during the optimization process. For instance, we need to
-know what basic block does a statement belong to or whether a variable
+know what basic block a statement belongs to or whether a variable
has aliases. All these attributes are stored in data structures
called annotations which are then linked to the field @code{ann} in
@code{struct tree_common}.