* tree-cfg.c (thread_jumps): Fix a comment typo.
From-SVN: r89941
This commit is contained in:
parent
8dc5fa3267
commit
0eb9f5bc6e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue