diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-26 18:15:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-26 18:15:27 +0000 |
commit | 0fa2e4df4739bda990b1be0f8a0455ced48bc3b1 (patch) | |
tree | 86419139bff82ade0a6b2ca63276803b131a6d0b /gcc/cgraphunit.c | |
parent | e689b87000079f75748c0c105b869d22b3e6c9d4 (diff) | |
download | gcc-0fa2e4df4739bda990b1be0f8a0455ced48bc3b1.zip gcc-0fa2e4df4739bda990b1be0f8a0455ced48bc3b1.tar.gz gcc-0fa2e4df4739bda990b1be0f8a0455ced48bc3b1.tar.bz2 |
c-common.c, [...]: Fix comment typos.
* c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,
cfgrtl.c, cgraphunit.c, ddg.c, expr.h, gcse.c, ggc-page.c,
ggc-zone.c, gimplify.c, ipa-inline.c, longlong.h, targhooks.c,
tree-flow-inline.h, tree-pass.h, tree-ssa-dse.c,
tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c,
tree-ssa-operands.c, tree-vect-analyze.c,
tree-vect-transform.c, tree-vectorizer.c, tree.c,
config/arm/arm.c, config/bfin/bfin.c, config/frv/frv.c,
config/frv/frv.md, config/i386/i386.c, config/i386/sse.md,
config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
config/mcore/mcore.c, config/mips/mips.c, config/mips/mips.md,
config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.h, config/sh/sh.c, config/sh/sh.md,
config/sh/ushmedia.h, config/sparc/sparc.c,
config/sparc/sparc.md, config/stormy16/stormy-abi: Fix comment
typos. Follow spelling conventions.
* doc/invoke.texi, doc/tm.texi, doc/tree-ssa.texi: Fix typos.
Follow spelling conventions.
From-SVN: r100218
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 1524805..2f83767 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -275,7 +275,7 @@ cgraph_varpool_analyze_pending_decls (void) /* Optimization of function bodies might've rendered some variables as unnecessary so we want to avoid these from being compiled. - This is done by prunning the queue and keeping only the variables that + This is done by pruning the queue and keeping only the variables that really appear needed (ie they are either externally visible or referenced by compiled function). Re-doing the reachability analysis on variables brings back the remaining variables referenced by these. */ |