diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-14 23:35:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-14 23:35:03 +0000 |
commit | 3a7c155d2e36bda69cb68c2f6f5105e256878506 (patch) | |
tree | 8a48c8fe1483a04f942006f3b721d484ad02e186 /gcc/tree-ssa-copy.c | |
parent | efcc66f02cd0b34ee0e2a08312d7ab8e0405a556 (diff) | |
download | gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.zip gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.tar.gz gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.tar.bz2 |
global.c, [...]: Fix comment typos.
* global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
value-prof.c: Fix comment typos.
From-SVN: r90638
Diffstat (limited to 'gcc/tree-ssa-copy.c')
-rw-r--r-- | gcc/tree-ssa-copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c index e7f51c5c..ff497a8 100644 --- a/gcc/tree-ssa-copy.c +++ b/gcc/tree-ssa-copy.c @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ annotations up-to-date. We require that for any copy operation where the RHS and LHS have - a non-null memory tag that the memory tag be the same. It is OK + a non-null memory tag the memory tag be the same. It is OK for one or both of the memory tags to be NULL. We also require tracking if a variable is dereferenced in a load or |