Commit 95740bfc by Kazu Hirata Committed by Kazu Hirata

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
parent 20d400c3
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
an infinite loop.
......
......@@ -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 ())
......
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