From f90bb3f14611061e5b4cabd8dfc8116dc41c22c8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Aug 2000 07:07:21 +0000 Subject: * flow.c: Fix a comment typo. From-SVN: r35542 --- gcc/flow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/flow.c') diff --git a/gcc/flow.c b/gcc/flow.c index 1839530..a5a7f9e 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. */ -- cgit v1.1