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/postreload-gcse.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/postreload-gcse.c')
| -rw-r--r-- | gcc/postreload-gcse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index a9d0344..93d81c4 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -86,7 +86,7 @@ static struct /* We need to keep a hash table of expressions. The table entries are of type 'struct expr', and for each expression there is a single linked - list of occurences. */ + list of occurrences. */ /* The table itself. */ static htab_t expr_table; @@ -107,7 +107,7 @@ struct expr static struct obstack expr_obstack; /* Occurrence of an expression. - There is at most one occurence per basic block. If a pattern appears + There is at most one occurrence per basic block. If a pattern appears more than once, the last appearance is used. */ struct occr @@ -422,7 +422,7 @@ lookup_expr_in_table (rtx pat) } -/* Dump all expressions and occurences that are currently in the +/* Dump all expressions and occurrences that are currently in the expression hash table to FILE. */ /* This helper is called via htab_traverse. */ |
