diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-26 13:53:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-26 13:53:54 +0000 |
commit | a4174ebf41fcfc398b6868b1c71f3172993f76da (patch) | |
tree | 83ff3048fa7a8e7cb36c934689aa6162ade2a096 /gcc/tree-ssa-structalias.c | |
parent | 783455db8ddf91d0777657edea22b3d285425e59 (diff) | |
download | gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.zip gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.gz gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.bz2 |
calls.c, [...]: Fix comment typos.
* 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.
From-SVN: r102385
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 2a10a8d..76ce7ab 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; |