tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in comments.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 5 Oct 2004 19:04:46 +0000 (19:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 5 Oct 2004 19:04:46 +0000 (19:04 +0000)
* tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in
comments.

From-SVN: r88568

gcc/ChangeLog
gcc/tree-cfg.c

index 0a29808658cb33d2d6a1226ba0d4cfa6b61c6e29..71aa4a9626fef1d3746005c38bb001380a9090f5 100644 (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
index 5820c61efa9ddaf41b8a7ba6ab3566401c75dc29..119d51f3194d19c31374222992724e0406ea944f 100644 (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 ())