diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-29 19:38:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-29 19:38:34 +0000 |
commit | cc9795d4aa4340f121bd6a182ac610e73b91b0c2 (patch) | |
tree | 346c11fbeaa60e2d6a27520ff73355a3f0cdd1ce /gcc | |
parent | cb275d32f7a80e46acd02ff1b1be6678e42dd292 (diff) | |
download | gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.zip gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.tar.gz gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.tar.bz2 |
cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump messages.
* cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c,
opts.c, postreload-gcse.c, tree-browser.def, tree-eh.c,
tree-ssa-copyrename.c, tree-vect-analyze.c: Fix typos and
follow spelling conventions in error/dump messages.
From-SVN: r100330
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/cgraphunit.c | 2 | ||||
-rw-r--r-- | gcc/ipa-inline.c | 2 | ||||
-rw-r--r-- | gcc/loop-iv.c | 6 | ||||
-rw-r--r-- | gcc/modulo-sched.c | 2 | ||||
-rw-r--r-- | gcc/opts.c | 2 | ||||
-rw-r--r-- | gcc/postreload-gcse.c | 2 | ||||
-rw-r--r-- | gcc/tree-browser.def | 2 | ||||
-rw-r--r-- | gcc/tree-eh.c | 2 | ||||
-rw-r--r-- | gcc/tree-ssa-copyrename.c | 2 | ||||
-rw-r--r-- | gcc/tree-vect-analyze.c | 2 |
11 files changed, 19 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33df7c5..773b2d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-05-29 Kazu Hirata <kazu@cs.umass.edu> + + * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, + opts.c, postreload-gcse.c, tree-browser.def, tree-eh.c, + tree-ssa-copyrename.c, tree-vect-analyze.c: Fix typos and + follow spelling conventions in error/dump messages. + 2005-05-29 Roger Sayle <roger@eyesopen.com> Richard Henderson <rth@redhat.com> diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 81436aa..67c3c22 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -610,7 +610,7 @@ verify_cgraph_node (struct cgraph_node *node) } if (node->global.inlined_to == node) { - error ("Inlined_to pointer reffers to itself"); + error ("Inlined_to pointer refers to itself"); error_found = true; } diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index fbda466..e58ac0f 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -630,7 +630,7 @@ cgraph_decide_inlining_of_small_functions (void) edge->inline_failed = (edge->callee->local.disregard_inline_limits ? N_("recursive inlining") : ""); if (dump_file) - fprintf (dump_file, " inline_failed:Recursive inlining perfomed only for function itself.\n"); + fprintf (dump_file, " inline_failed:Recursive inlining performed only for function itself.\n"); continue; } } diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index bacf838..ba0d64c 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -844,7 +844,7 @@ iv_analyze_biv (rtx def, struct rtx_iv *iv) if (dump_file) { - fprintf (dump_file, "Analysing "); + fprintf (dump_file, "Analyzing "); print_rtl (dump_file, def); fprintf (dump_file, " for bivness.\n"); } @@ -927,7 +927,7 @@ iv_analyze_op (rtx insn, rtx op, struct rtx_iv *iv) if (dump_file) { - fprintf (dump_file, "Analysing operand "); + fprintf (dump_file, "Analyzing operand "); print_rtl (dump_file, op); fprintf (dump_file, " of insn "); print_rtl_single (dump_file, insn); @@ -1012,7 +1012,7 @@ iv_analyze (rtx insn, rtx def, struct rtx_iv *iv) if (dump_file) { - fprintf (dump_file, "Analysing def of "); + fprintf (dump_file, "Analyzing def of "); print_rtl (dump_file, def); fprintf (dump_file, " in insn "); print_rtl_single (dump_file, insn); diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 2dffc31..4fc57c5 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1283,7 +1283,7 @@ sms_schedule (FILE *dump_file) /* SMS is not profitable so undo the permutation and reg move generation and return the kernel to its original state. */ if (dump_file) - fprintf (dump_file, "Undoing SMS becuase it is not profitable.\n"); + fprintf (dump_file, "Undoing SMS because it is not profitable.\n"); } else @@ -927,7 +927,7 @@ common_handle_option (size_t scode, const char *arg, int value) else if (!strcmp(arg, "protected")) default_visibility = VISIBILITY_PROTECTED; else - error ("unrecognised visibility value \"%s\"", arg); + error ("unrecognized visibility value \"%s\"", arg); } break; diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 3734ed1..b821db1 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -439,7 +439,7 @@ dump_hash_table_entry (void **slot, void *filep) fprintf (file, "expr: "); print_rtl (file, expr->expr); fprintf (file,"\nhashcode: %u\n", expr->hash); - fprintf (file,"list of occurences:\n"); + fprintf (file,"list of occurrences:\n"); occr = expr->avail_occr; while (occr) { diff --git a/gcc/tree-browser.def b/gcc/tree-browser.def index 57fb1df..ef14492 100644 --- a/gcc/tree-browser.def +++ b/gcc/tree-browser.def @@ -33,7 +33,7 @@ DEFTBCODE (TB_UPDATE_UP, "update", "Update information about parent expre DEFTBCODE (TB_VERBOSE, "verbose", "Sets/unsets verbose mode (default is on).") /* Walking commands. */ -DEFTBCODE (TB_FUN, "fun", "Go to the curent function declaration.") +DEFTBCODE (TB_FUN, "fun", "Go to the current function declaration.") DEFTBCODE (TB_NEXT, "nx", "Go to the next expression in a BIND_EXPR.") DEFTBCODE (TB_PREV, "pr", "Go to the previous expression in a BIND_EXPR.") DEFTBCODE (TB_UP, "up", "Go to the parent tree node.") diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 294e309..573a5dd 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -1826,7 +1826,7 @@ verify_eh_edges (tree stmt) { if ((e->flags & EDGE_EH) && !e->aux) { - error ("Unnecesary EH edge %i->%i", bb->index, e->dest->index); + error ("Unnecessary EH edge %i->%i", bb->index, e->dest->index); mark_eh_edge_found_error = true; return true; } diff --git a/gcc/tree-ssa-copyrename.c b/gcc/tree-ssa-copyrename.c index 393bfb6..6656e6e 100644 --- a/gcc/tree-ssa-copyrename.c +++ b/gcc/tree-ssa-copyrename.c @@ -253,7 +253,7 @@ copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) != get_alias_set (TREE_TYPE (TREE_TYPE (root2)))) { if (debug) - fprintf (debug, " : 2 different alasing sets. No coalesce.\n"); + fprintf (debug, " : 2 different aliasing sets. No coalesce.\n"); return; } diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c index 9e7918b..7128c49 100644 --- a/gcc/tree-vect-analyze.c +++ b/gcc/tree-vect-analyze.c @@ -2466,7 +2466,7 @@ vect_analyze_loop_form (struct loop *loop) if (!empty_block_p (loop->latch)) { if (vect_print_dump_info (REPORT_BAD_FORM_LOOPS, loop_loc)) - fprintf (vect_dump, "not vectorized: unexpectd loop form."); + fprintf (vect_dump, "not vectorized: unexpected loop form."); return NULL; } |