diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-05 15:24:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-05 15:24:15 +0000 |
commit | 2a7e31df70cf600dfaa401cb426578994739bce0 (patch) | |
tree | db2d4b4b49c75785725db3dc511e5abdabfec0c9 /gcc/tree-ssa-operands.c | |
parent | 2addf92620c2d652f72c4cb204fb46d980e784e5 (diff) | |
download | gcc-2a7e31df70cf600dfaa401cb426578994739bce0.zip gcc-2a7e31df70cf600dfaa401cb426578994739bce0.tar.gz gcc-2a7e31df70cf600dfaa401cb426578994739bce0.tar.bz2 |
c-common.c, [...]: Fix comment typos.
* c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h,
hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c,
tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c,
tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c,
tree-ssa-loop-niter.c, tree-ssa-operands.c,
tree-ssa-operands.h, tree-ssa-propagate.c,
tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c,
vec.c, vec.h: Fix comment typos. Follow spelling conventions.
From-SVN: r87104
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 85b777f..cf46d8e 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ get_stmt_operands() in the primary entry point. The operand tree is the parsed by the various get_* routines which look - through the stmt tree for the occurence of operands which may be of + through the stmt tree for the occurrence of operands which may be of interest, and calls are made to the append_* routines whenever one is found. There are 5 of these routines, each representing one of the 5 types of operands. Defs, Uses, Virtual Uses, Virtual May Defs, and @@ -1686,9 +1686,9 @@ copy_virtual_operands (tree dst, tree src) /* Specifically for use in DOM's expression analysis. Given a store, we - create an artifical stmt which looks like a load from the store, this can + create an artificial stmt which looks like a load from the store, this can be used to eliminate redundant loads. OLD_OPS are the operands from the - store stmt, and NEW_STMT is the new load which reperesent a load of the + store stmt, and NEW_STMT is the new load which represents a load of the values stored. */ void |