OSDN Git Service

* tree-cfg.c (thread_jumps): Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Nov 2004 17:20:47 +0000 (17:20 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Nov 2004 17:20:47 +0000 (17:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89943 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-cfg.c

index 2c8edfe..d35a73c 100644 (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
index 2e2132f..1861c4f 100644 (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))