* tree-cfg.c (thread_jumps): Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 1 Nov 2004 14:00:38 +0000 (14:00 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 1 Nov 2004 14:00:38 +0000 (14:00 +0000)
From-SVN: r89941

gcc/ChangeLog
gcc/tree-cfg.c

index 6f350f13e806250d84d31d86daa13c534e406088..2c8edfee8d1f13913c3fb57d8b23ad2ef40bb757 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-01  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-cfg.c (thread_jumps): Fix a comment typo.
+
 2004-10-31  Nicolas Pitre <nico@cam.org>
 
        * config/arm/ieee754-sf.S (floatdisf): Fix regression with
index e9f456d6e571ba836ef60c001588e2b5cc0bad04..2e2132f2145bfdcd51fbafc9cf8dc7db4db20298 100644 (file)
@@ -3988,7 +3988,7 @@ thread_jumps (void)
       size--;
       bb = worklist[size];
 
-      /* BB->INDEX is not longer in WORKLIST, so clear BB_VISITED.  */
+      /* BB is not longer in WORKLIST, so clear BB_VISITED.  */
       bb->flags &= ~BB_VISITED;
 
       if (thread_jumps_from_bb (bb))