aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-01 17:20:47 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-01 17:20:47 +0000
commitcf566f7ff36ca63c6436e99754ee070b5442230b (patch)
tree19ebfa2c5639d5f71203ec392147e479ac4cf3c4 /gcc
parent0eb9f5bc6ee53af0bbbe508429060dc7383cbcc6 (diff)
downloadgcc-cf566f7ff36ca63c6436e99754ee070b5442230b.zip
gcc-cf566f7ff36ca63c6436e99754ee070b5442230b.tar.gz
gcc-cf566f7ff36ca63c6436e99754ee070b5442230b.tar.bz2
* tree-cfg.c (thread_jumps): Fix a comment typo.
From-SVN: r89943
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-cfg.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2c8edfe..d35a73c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index 2e2132f..1861c4f 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -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))