diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-07 13:00:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-07 13:00:43 +0000 |
commit | 6dfdc153d3a887e82b92ea3b0f26a545f5ef9147 (patch) | |
tree | 2df17d84a1e7c3d50ad947abc81829a2a46d4f60 /gcc/df-problems.c | |
parent | 9788fee1c2448852af5d37eac5ed4f88e1f43352 (diff) | |
download | gcc-6dfdc153d3a887e82b92ea3b0f26a545f5ef9147.tar.gz |
* auto-inc-dec.c, config/arm/arm.c,
config/m32r/constraints.md, config/mips/mips.md,
config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
typos. Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r-- | gcc/df-problems.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c index f286f4fbefe..010ff27d61a 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -713,7 +713,7 @@ static struct df_problem problem_RU = df_ru_top_dump, /* Debugging start block. */ df_ru_bottom_dump, /* Debugging end block. */ NULL, /* Incremental solution verify start. */ - NULL, /* Incremental solution verfiy end. */ + NULL, /* Incremental solution verify end. */ NULL, /* Dependent problem. */ TV_DF_RU, /* Timing variable. */ true /* Reset blocks on dropping out of blocks_to_analyze. */ @@ -1211,7 +1211,7 @@ static struct df_problem problem_RD = df_rd_top_dump, /* Debugging start block. */ df_rd_bottom_dump, /* Debugging end block. */ NULL, /* Incremental solution verify start. */ - NULL, /* Incremental solution verfiy end. */ + NULL, /* Incremental solution verify end. */ NULL, /* Dependent problem. */ TV_DF_RD, /* Timing variable. */ true /* Reset blocks on dropping out of blocks_to_analyze. */ @@ -3072,7 +3072,7 @@ static struct df_problem problem_UREC = df_urec_top_dump, /* Debugging start block. */ df_urec_bottom_dump, /* Debugging end block. */ NULL, /* Incremental solution verify start. */ - NULL, /* Incremental solution verfiy end. */ + NULL, /* Incremental solution verify end. */ &problem_LR, /* Dependent problem. */ TV_DF_UREC, /* Timing variable. */ false /* Reset blocks on dropping out of blocks_to_analyze. */ @@ -3553,7 +3553,7 @@ static struct df_problem problem_CHAIN = df_chain_top_dump, /* Debugging start block. */ df_chain_bottom_dump, /* Debugging end block. */ NULL, /* Incremental solution verify start. */ - NULL, /* Incremental solution verfiy end. */ + NULL, /* Incremental solution verify end. */ &problem_RD, /* Dependent problem. */ TV_DF_CHAIN, /* Timing variable. */ false /* Reset blocks on dropping out of blocks_to_analyze. */ @@ -4138,7 +4138,7 @@ static struct df_problem problem_NOTE = NULL, /* Debugging start block. */ NULL, /* Debugging end block. */ NULL, /* Incremental solution verify start. */ - NULL, /* Incremental solution verfiy end. */ + NULL, /* Incremental solution verify end. */ /* Technically this is only dependent on the live registers problem but it will produce information if built one of uninitialized |