diff options
author | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-02-24 21:47:26 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-02-24 21:47:26 +0000 |
commit | 3f1176568bb51d0d953470763a715ec12dcbfea6 (patch) | |
tree | 42ae786e6a9fe0fcb904dc11ee9e36ca7e2eb8a5 /gcc | |
parent | df8a7c49f1a2f11300ac0405bb50bce188d64e0e (diff) | |
download | gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.zip gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.tar.gz gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.tar.bz2 |
ChangeLog.5: Fix log message typo(s).
* ChangeLog.5: Fix log message typo(s).
* ChangeLog.7: Likewise.
* ChangeLog.tree-ssa: Likewise.
* cfgexpand.c: Fix comment typo(s).
* conflict.c: Likewise.
* defaults.h: Likewise.
* dwarf2out.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* tree-eh.c: Likewise.
* tree-ssa-dom.c: Likewise.
From-SVN: r95516
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 14 | ||||
-rw-r--r-- | gcc/ChangeLog.5 | 4 | ||||
-rw-r--r-- | gcc/ChangeLog.7 | 2 | ||||
-rw-r--r-- | gcc/ChangeLog.tree-ssa | 8 | ||||
-rw-r--r-- | gcc/cfgexpand.c | 2 | ||||
-rw-r--r-- | gcc/conflict.c | 2 | ||||
-rw-r--r-- | gcc/defaults.h | 2 | ||||
-rw-r--r-- | gcc/dwarf2out.c | 2 | ||||
-rw-r--r-- | gcc/gcse.c | 4 | ||||
-rw-r--r-- | gcc/ggc-page.c | 3 | ||||
-rw-r--r-- | gcc/tree-eh.c | 2 | ||||
-rw-r--r-- | gcc/tree-ssa-dom.c | 4 |
12 files changed, 31 insertions, 18 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06a9410..6f81778 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de> + + * ChangeLog.5: Fix log message typo(s). + * ChangeLog.7: Likewise. + * ChangeLog.tree-ssa: Likewise. + * cfgexpand.c: Fix comment typo(s). + * conflict.c: Likewise. + * defaults.h: Likewise. + * dwarf2out.c: Likewise. + * gcse.c: Likewise. + * ggc-page.c: Likewise. + * tree-eh.c: Likewise. + * tree-ssa-dom.c: Likewise. + 2005-02-24 Jakub Jelinek <jakub@redhat.com> PR target/19019 diff --git a/gcc/ChangeLog.5 b/gcc/ChangeLog.5 index e5c26cc..c5f3b54 100644 --- a/gcc/ChangeLog.5 +++ b/gcc/ChangeLog.5 @@ -3405,8 +3405,8 @@ Fri May 18 15:39:16 CEST 2001 Jan Hubicka <jh@suse.cz> what a basic block is, and what the various fields are used for. * flow.c (calculate_globlal_regs_live): Add documentation about how the algorithm works, and how we know that it will terminate. - Check that the the inductive assumption that guarantees - termination actually holds. + Check that the inductive assumption that guarantees termination + actually holds. (mark_used_regs): Treat conditionally set registers as used. (debug_regset): Add comment. * rtl.texi (cond_exec): Add documentation. diff --git a/gcc/ChangeLog.7 b/gcc/ChangeLog.7 index f9c6a7d..022212b 100644 --- a/gcc/ChangeLog.7 +++ b/gcc/ChangeLog.7 @@ -1717,7 +1717,7 @@ Tue Jun 11 21:53:37 CEST 2002 Jan Hubicka <jh@suse.cz> last insn created by the splitter. * caller-save.c (init_caller_save): Move creation of SAVEINSN - and RESTINSN into into the scope of the sequence. + and RESTINSN into the scope of the sequence. * mips.c (mips_expand_prologue): Use emit_jump_insn for trivial RETURN insns. diff --git a/gcc/ChangeLog.tree-ssa b/gcc/ChangeLog.tree-ssa index cf077aa..4f22a6e 100644 --- a/gcc/ChangeLog.tree-ssa +++ b/gcc/ChangeLog.tree-ssa @@ -3420,7 +3420,7 @@ * tree-alias-common.c (find_func_aliases): Do not call intra_function_call for languages assuring no aliasing between - arguments (by themselves) and and global memory. + arguments (by themselves) and global memory. 2003-12-21 Jan Hubicka <jh@suse.cz> @@ -7693,7 +7693,7 @@ (finalize): Free allocations. (cfg_blocks_empty): New. Is cfg_blocks queue list. (cfg_blocks_add): New. Add a basic block to cfg_blocks list. - (cfg_blocks_pop): New. Get a a basic_block form the list. + (cfg_blocks_pop): New. Get a basic_block from the list. 2003-09-18 Richard Henderson <rth@redhat.com> @@ -9565,7 +9565,7 @@ (optimize_stmt): Don't abort if a statement makes more than one definition. Check for MODIFY_EXPR statements directly, instead of relying on - the the presence of a single definition. + the presence of a single definition. * tree-ssa-pre.c (tree_perform_ssapre): Call dump_function_to_file instead of dump_function. * tree-ssa.c (rewrite_into_ssa): Likewise. @@ -15291,7 +15291,7 @@ * tree-ssa-dce (tree_ssa_eliminate_dead_code): Initialize prev to NULL_TREE. Don't close dump_file until end of function. - Dump the the tree after DCE for -fdump-tree-dce. + Dump the tree after DCE for -fdump-tree-dce. 2002-10-08 Richard Henderson <rth@redhat.com> Jason Merrill <jason@redhat.com> diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index e5776c6..d429c69 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -1138,7 +1138,7 @@ expand_gimple_basic_block (basic_block bb, FILE * dump_file) do_pending_stack_adjust (); - /* Find the the block tail. The last insn is the block is the insn + /* Find the block tail. The last insn in the block is the insn before a barrier and/or table jump insn. */ last = get_last_insn (); if (BARRIER_P (last)) diff --git a/gcc/conflict.c b/gcc/conflict.c index 1cd5860..eff057e 100644 --- a/gcc/conflict.c +++ b/gcc/conflict.c @@ -208,7 +208,7 @@ conflict_graph_add (conflict_graph graph, int reg1, int reg2) arc->smaller = smaller; arc->larger = larger; - /* Link the conflict into into two lists, one for each reg. */ + /* Link the conflict into two lists, one for each reg. */ arc->smaller_next = graph->neighbor_heads[smaller]; graph->neighbor_heads[smaller] = arc; arc->larger_next = graph->neighbor_heads[larger]; diff --git a/gcc/defaults.h b/gcc/defaults.h index 0347121..28a0d83 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -755,7 +755,7 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ #define REGISTER_MOVE_COST(m, x, y) 2 #endif -/* Determine whether the the entire c99 runtime +/* Determine whether the entire c99 runtime is present in the runtime library. */ #ifndef TARGET_C99_FUNCTIONS #define TARGET_C99_FUNCTIONS 0 diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 49bca54..76661ba 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -4117,7 +4117,7 @@ static char ranges_section_label[2 * MAX_ARTIFICIAL_LABEL_BYTES]; #endif /* We allow a language front-end to designate a function that is to be - called to "demangle" any name before it it put into a DIE. */ + called to "demangle" any name before it is put into a DIE. */ static const char *(*demangle_name_func) (const char *); @@ -4130,7 +4130,7 @@ pre_edge_insert (struct edge_list *edge_list, struct expr **index_map) if (! occr->deleted_p) continue; - /* Insert this expression on this edge if if it would + /* Insert this expression on this edge if it would reach the deleted occurrence in BB. */ if (!TEST_BIT (inserted[e], j)) { @@ -5846,7 +5846,7 @@ find_loads (rtx x, rtx store_pattern, int after) /* Check if INSN kills the store pattern X (is aliased with it). AFTER is true if we are checking the case when store X occurs - after the insn. Return true if it it does. */ + after the insn. Return true if it does. */ static bool store_killed_in_insn (rtx x, rtx x_regs, rtx insn, int after) diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 131731f..dd879fa 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -2218,8 +2218,7 @@ ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED, /* To speed small writes, we use a nulled-out array that's larger than most padding requests as the source for our null bytes. This permits us to do the padding with fwrite() rather than fseek(), and - limits the chance the the OS may try to flush any outstanding - writes. */ + limits the chance the OS may try to flush any outstanding writes. */ if (padding <= sizeof(emptyBytes)) { if (fwrite (emptyBytes, 1, padding, f) != padding) diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 34c5cab..f19c851 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -755,7 +755,7 @@ lower_try_finally_fallthru_label (struct leh_tf_state *tf) alternative considered below. For the nonce, we always choose the first option. - THIS_STATE may be null if if this is a try-cleanup, not a try-finally. */ + THIS_STATE may be null if this is a try-cleanup, not a try-finally. */ static void honor_protect_cleanup_actions (struct leh_state *outer_state, diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 88c7f92..59d51c0 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -181,7 +181,7 @@ static struct opt_stats_d opt_stats; of the form SSA_NAME COND CONST we create a new vrp_element to record how the condition affects the possible values SSA_NAME may have. - Each record contains the condition tested (COND), and the the range of + Each record contains the condition tested (COND), and the range of values the variable may legitimately have if COND is true. Note the range of values may be a smaller range than COND specifies if we have recorded other ranges for this variable. Each record also contains the @@ -1398,7 +1398,7 @@ record_cond (tree cond, tree value) /* Build a new conditional using NEW_CODE, OP0 and OP1 and store the new conditional into *p, then store a boolean_true_node - into the the *(p + 1). */ + into *(p + 1). */ static void build_and_record_new_cond (enum tree_code new_code, tree op0, tree op1, tree *p) |