diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-06-26 05:03:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-06-26 05:03:55 +0000 |
commit | 61ada8ae18a600c8ace28058fe592ce9842f6237 (patch) | |
tree | 33b4de272330067b4be95383df8cefd291cd4392 /gcc/tree-ssa-dom.c | |
parent | e1152c0bc885278944dfbfa1c877e045702abc3f (diff) | |
download | gcc-61ada8ae18a600c8ace28058fe592ce9842f6237.zip gcc-61ada8ae18a600c8ace28058fe592ce9842f6237.tar.gz gcc-61ada8ae18a600c8ace28058fe592ce9842f6237.tar.bz2 |
c-typeck.c, [...]: Fix comment typos.
* c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,
gcov.c, gimplify.c, modulo-sched.c, passes.c, tree-cfg.c,
tree-mudflap.c, tree-nrv.c, tree-outof-ssa.c, tree-ssa-dom.c,
tree-ssa-dse.c, tree-ssa-operands.c, tree-ssa-pre.c,
tree-tailcall.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r83703
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r-- | gcc/tree-ssa-dom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 627ba25..eadef0d 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -649,7 +649,7 @@ tree_ssa_dominator_optimize (void) if (dump_file && (dump_flags & TDF_STATS)) dump_dominator_optimization_stats (dump_file); - /* We emptyed the hash table earlier, now delete it completely. */ + /* We emptied the hash table earlier, now delete it completely. */ htab_delete (avail_exprs); /* It is not necessary to clear CURRDEFS, REDIRECTION_EDGES, VRP_DATA, @@ -3361,7 +3361,7 @@ avail_expr_eq (const void *p1, const void *p2) return false; } -/* Given STMT and a pointer to the block local defintions BLOCK_DEFS_P, +/* Given STMT and a pointer to the block local definitions BLOCK_DEFS_P, register register all objects set by this statement into BLOCK_DEFS_P and CURRDEFS. */ |