From f90bb3f14611061e5b4cabd8dfc8116dc41c22c8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Aug 2000 07:07:21 +0000 Subject: [PATCH] * flow.c: Fix a comment typo. From-SVN: r35542 --- gcc/ChangeLog | 4 ++++ gcc/flow.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73d923b0aa1..7c68c376fd4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-08-07 Kazu Hirata + + * flow.c: Fix a comment typo. + Sun Aug 6 23:47:35 2000 Ovidiu Predescu * c-parse.in: Changed the language string for Objective-C to "GNU diff --git a/gcc/flow.c b/gcc/flow.c index 18395303c36..a5a7f9ef3f5 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -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. */ -- 2.30.2