aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload-gcse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-29 19:38:34 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-29 19:38:34 +0000
commitcc9795d4aa4340f121bd6a182ac610e73b91b0c2 (patch)
tree346c11fbeaa60e2d6a27520ff73355a3f0cdd1ce /gcc/postreload-gcse.c
parentcb275d32f7a80e46acd02ff1b1be6678e42dd292 (diff)
downloadgcc-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/postreload-gcse.c')
-rw-r--r--gcc/postreload-gcse.c2
1 files changed, 1 insertions, 1 deletions
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)
{