From 0a10fd82fb8eec907699469cc74937386235fff3 Mon Sep 17 00:00:00 2001 From: froydnj Date: Fri, 11 Feb 2011 15:16:46 +0000 Subject: * cgraph.c: Fix comment typos. * cgraph.h: Likewise. * cgraphunit.c: Likewise. * ipa-cp.c: Likewise. * ipa-inline.c: Likewise. * ipa-prop.c: Likewise. * ipa-pure-const.c: Likewise. * ipa-ref.c: Likewise. * ipa-reference.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170052 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ipa-reference.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ipa-reference.c') diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index a2a8517c78a..f874a2e80ef 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -86,7 +86,7 @@ struct ipa_reference_global_vars_info_d bitmap statics_written; }; -/* Information we save about every function after ipa-reference is completted. */ +/* Information we save about every function after ipa-reference is completed. */ struct ipa_reference_optimization_summary_d { @@ -658,7 +658,7 @@ propagate (void) read_all = false; write_all = false; - /* When function is overwrittable, we can not assume anything. */ + /* When function is overwritable, we can not assume anything. */ if (cgraph_function_body_availability (node) <= AVAIL_OVERWRITABLE) read_write_all_from_decl (node, &read_all, &write_all); @@ -691,7 +691,7 @@ propagate (void) if (dump_file && (dump_flags & TDF_DETAILS)) fprintf (dump_file, " Visiting %s/%i\n", cgraph_node_name (w), w->uid); - /* When function is overwrittable, we can not assume anything. */ + /* When function is overwritable, we can not assume anything. */ if (cgraph_function_body_availability (w) <= AVAIL_OVERWRITABLE) read_write_all_from_decl (w, &read_all, &write_all); -- cgit v1.2.1