diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-14 23:35:03 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-14 23:35:03 +0000 |
commit | f7406879ec3584b5c096cc9a32485d38a7dd95ff (patch) | |
tree | 8a48c8fe1483a04f942006f3b721d484ad02e186 /gcc/tree-ssa-copy.c | |
parent | b336acd54731e4258e4848b1e3409493a2ae780b (diff) | |
download | gcc-f7406879ec3584b5c096cc9a32485d38a7dd95ff.tar.gz |
* global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
value-prof.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90638 138bc75d-0d04-0410-961f-82ee72b054a4
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 e7f51c5c759..ff497a8ae0a 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 |