tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in comments.

* tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in
	comments.

From-SVN: r88568
This commit is contained in:
Kazu Hirata 2004-10-05 19:04:46 +00:00 committed by Kazu Hirata
parent 20d400c32b
commit 95740bfc80
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
* tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in
comments.
2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
* tree-cfg.c (thread_jumps): Remove a duplicate check for

View File

@ -719,7 +719,7 @@ cleanup_tree_cfg (void)
retval = cleanup_control_flow ();
retval |= delete_unreachable_blocks ();
/* thread_jumps() sometimes leaves further transformation
/* thread_jumps sometimes leaves further transformation
opportunities for itself, so iterate on it until nothing
changes. */
while (thread_jumps ())