* flow.c: Fix a comment typo.

From-SVN: r35542
This commit is contained in:
Kazu Hirata 2000-08-07 07:07:21 +00:00 committed by Jeff Law
parent 26f1aa5fd2
commit f90bb3f146
2 changed files with 6 additions and 2 deletions

View 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

View 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. */