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

From-SVN: r89943
This commit is contained in:
Kazu Hirata 2004-11-01 17:20:47 +00:00 committed by Kazu Hirata
parent 0eb9f5bc6e
commit cf566f7ff3
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
* 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>
* config/arm/ieee754-sf.S (floatdisf): Fix regression with

View File

@ -3988,7 +3988,7 @@ thread_jumps (void)
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;
if (thread_jumps_from_bb (bb))