diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-18 00:52:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-18 00:52:51 +0000 |
commit | 85694bac4ea38cda2d0c9b867c22eaba7ab50668 (patch) | |
tree | b38a0a5dbb19ac45ec4d154b015e6872d5aa49c0 /gcc/df-problems.c | |
parent | f99eda1aceb60786fca11c94d24e4b94fac9dcd6 (diff) | |
download | gcc-85694bac4ea38cda2d0c9b867c22eaba7ab50668.tar.gz |
* cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
config/i386/athlon.md, config/ia64/ia64.md,
config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
tree-ssa-loop-niter.c, tree-vect-analyze.c,
tree-vect-transform.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r-- | gcc/df-problems.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c index cdf4141f704..ec80bf74f77 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -1968,7 +1968,7 @@ df_ur_init (struct dataflow *dflow, bitmap all_blocks) } -/* Or in the stack regs, hard regs and early clobber regs into the the +/* Or in the stack regs, hard regs and early clobber regs into the ur_in sets of all of the blocks. */ static void @@ -2550,7 +2550,7 @@ df_urec_init (struct dataflow *dflow, bitmap all_blocks) } -/* Or in the stack regs, hard regs and early clobber regs into the the +/* Or in the stack regs, hard regs and early clobber regs into the ur_in sets of all of the blocks. */ static void |