From: Kazu Hirata Date: Mon, 1 Nov 2004 14:00:38 +0000 (+0000) Subject: * tree-cfg.c (thread_jumps): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eb9f5bc6ee53af0bbbe508429060dc7383cbcc6;p=gcc.git * tree-cfg.c (thread_jumps): Fix a comment typo. From-SVN: r89941 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f350f13e80..2c8edfee8d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-01 Kazu Hirata + + * tree-cfg.c (thread_jumps): Fix a comment typo. + 2004-10-31 Nicolas Pitre * config/arm/ieee754-sf.S (floatdisf): Fix regression with diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index e9f456d6e57..2e2132f2145 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -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))