Commit 75b80704 by Kazu Hirata Committed by Kazu Hirata

* protoize.c, tree-cfg.c: Fix comment typos.

From-SVN: r88345
parent 26f7abae
2004-09-30 Kazu Hirata <kazu@cs.umass.edu>
* protoize.c, tree-cfg.c: Fix comment typos.
2004-09-30 Joseph S. Myers <jsm@polyomino.org.uk> 2004-09-30 Joseph S. Myers <jsm@polyomino.org.uk>
PR c/17730 PR c/17730
......
...@@ -970,7 +970,7 @@ free_def_dec (def_dec_info *p) ...@@ -970,7 +970,7 @@ free_def_dec (def_dec_info *p)
free (p); free (p);
} }
/* Unexpand as many macro symbol as we can find. /* Unexpand as many macro symbols as we can find.
If the given line must be unexpanded, make a copy of it in the heap and If the given line must be unexpanded, make a copy of it in the heap and
return a pointer to the unexpanded copy. Otherwise return NULL. */ return a pointer to the unexpanded copy. Otherwise return NULL. */
......
...@@ -3863,7 +3863,7 @@ thread_jumps (void) ...@@ -3863,7 +3863,7 @@ thread_jumps (void)
count = e->count; count = e->count;
freq = EDGE_FREQUENCY (e); freq = EDGE_FREQUENCY (e);
/* Now walk through as many forwarder block as possible to /* Now walk through as many forwarder blocks as possible to
find the ultimate destination we want to thread our jump find the ultimate destination we want to thread our jump
to. */ to. */
last = EDGE_SUCC (e->dest, 0); last = EDGE_SUCC (e->dest, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment