Commit cf566f7f by Kazu Hirata Committed by Kazu Hirata

* tree-cfg.c (thread_jumps): Fix a comment typo.

From-SVN: r89943
parent 0eb9f5bc
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
* tree-cfg.c (thread_jumps): Fix a comment typo. * tree-cfg.c (thread_jumps): Fix a comment typo.
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> 2004-10-31 Nicolas Pitre <nico@cam.org>
* config/arm/ieee754-sf.S (floatdisf): Fix regression with * config/arm/ieee754-sf.S (floatdisf): Fix regression with
......
...@@ -3988,7 +3988,7 @@ thread_jumps (void) ...@@ -3988,7 +3988,7 @@ thread_jumps (void)
size--; size--;
bb = worklist[size]; bb = worklist[size];
/* BB is not longer in WORKLIST, so clear BB_VISITED. */ /* BB is no longer in WORKLIST, so clear BB_VISITED. */
bb->flags &= ~BB_VISITED; bb->flags &= ~BB_VISITED;
if (thread_jumps_from_bb (bb)) if (thread_jumps_from_bb (bb))
......
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