Commit 0eb9f5bc by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r89941
parent 8dc5fa32
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
......
......@@ -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))
......
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