diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-28 17:46:46 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-28 17:46:46 +0000 |
commit | 6fc0bb99a7d0fcedd1b345da14d4dd16926b5458 (patch) | |
tree | bfad2d717d3d9605e8fb4c3cba410dc93fdf4df4 /gcc/df.h | |
parent | 8967e0295db5621216719a0ea9723774fba31977 (diff) | |
download | gcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.tar.gz |
cfgcleanup.c, [...]: Fix comment typos.
* cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,
config/fr30/fr30.md, config/i386/i386-interix.h,
config/i386/i386.c, config/i386/i386.md, config/sh/superh.h,
config/sh/superh64.h, config/v850/v850.c, df-core.c,
df-problems.c, df.h, except.c, final.c, haifa-sched.c,
lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c,
reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c,
tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos.
Follow spelling conventions.
From-SVN: r114168
Diffstat (limited to 'gcc/df.h')
-rw-r--r-- | gcc/df.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -214,7 +214,7 @@ struct dataflow /* The pool to allocate the block_info from. */ alloc_pool block_pool; - /* Problem specific control infomation. */ + /* Problem specific control information. */ /* Scanning flags. */ #define DF_HARD_REGS 1 /* Mark hard registers. */ @@ -502,7 +502,7 @@ struct df_ru_bb_info sparse_kill, each register gets a slot and a 1 in this bitvector means that all of the uses of that register are killed. This is a very useful efficiency hack in that it keeps from having push - around big groups of 1s. This is implemened by the + around big groups of 1s. This is implemented by the bitmap_clear_range call. */ bitmap kill; |