* flow.c: Fix a comment typo.
From-SVN: r35542
This commit is contained in:
parent
26f1aa5fd2
commit
f90bb3f146
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user