* flow.c: Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Mon, 7 Aug 2000 07:07:21 +0000 (07:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 7 Aug 2000 07:07:21 +0000 (01:07 -0600)
From-SVN: r35542

gcc/ChangeLog
gcc/flow.c

index 73d923b0aa18c37f027ea8cac53d0f88a1c9ffa6..7c68c376fd4b165fe8a9adce8a207e7f8144b8f7 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-07  Kazu Hirata  <kazu@hxi.com>
+
+       * flow.c: Fix a comment typo.
+
 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
 
        * c-parse.in: Changed the language string for Objective-C to "GNU
index 18395303c36b13435e7b4fb6cdc37844b4da26c8..a5a7f9ef3f55b8b19f709c32f528b4e677e03868 100644 (file)
@@ -6099,8 +6099,8 @@ compute_flow_dominators (dominators, post_dominators)
          if (b->aux == ENTRY_BLOCK_PTR)
            {
              /* Do not clear the aux field for blocks which are
-                successors of the ENTRY block.  That way we we never
-                add them to the worklist again.
+                successors of the ENTRY block.  That way we never add
+                them to the worklist again.
 
                 The intersect of dominators of the preds of this block is
                 defined as the null set.  */