diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-26 13:53:54 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-26 13:53:54 +0000 |
commit | 23943319f9a7d31a2e6572055b138934fc38c4fd (patch) | |
tree | 83ff3048fa7a8e7cb36c934689aa6162ade2a096 /gcc/tree-ssa-structalias.c | |
parent | 2c59de14657e9d6b1994cb7308b31b490c0be514 (diff) | |
download | gcc-23943319f9a7d31a2e6572055b138934fc38c4fd.tar.gz |
* calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
comment typos.
* doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 2a10a8d3d11..76ce7ab83c0 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -2718,7 +2718,7 @@ update_alias_info (tree stmt, struct alias_info *ai) 1- If the constraint for PTR is ADDRESSOF for a non-structure variable, then we can use it directly because adding or subtracting a constant may not alter the original ADDRESSOF - constraing (i.e., pointer arithmetic may not legally go outside + constraint (i.e., pointer arithmetic may not legally go outside an object's boundaries). 2- If the constraint for PTR is ADDRESSOF for a structure variable, @@ -3324,7 +3324,7 @@ find_what_p_points_to (tree p) if (vi->is_artificial_var) { /* FIXME. READONLY should be handled better so that - flow insensitive aliasing can disregard writeable + flow insensitive aliasing can disregard writable aliases. */ if (vi->id == nothing_id) pi->pt_null = 1; |