From: Kazu Hirata Date: Mon, 7 Aug 2000 07:07:21 +0000 (+0000) Subject: * flow.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f90bb3f14611061e5b4cabd8dfc8116dc41c22c8;p=gcc.git * flow.c: Fix a comment typo. From-SVN: r35542 --- 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. */