Commit f90bb3f1 by Kazu Hirata Committed by Jeff Law

* flow.c: Fix a comment typo.

From-SVN: r35542
parent 26f1aa5f
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> 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 * c-parse.in: Changed the language string for Objective-C to "GNU
......
...@@ -6099,8 +6099,8 @@ compute_flow_dominators (dominators, post_dominators) ...@@ -6099,8 +6099,8 @@ compute_flow_dominators (dominators, post_dominators)
if (b->aux == ENTRY_BLOCK_PTR) if (b->aux == ENTRY_BLOCK_PTR)
{ {
/* Do not clear the aux field for blocks which are /* Do not clear the aux field for blocks which are
successors of the ENTRY block. That way we we never successors of the ENTRY block. That way we never add
add them to the worklist again. them to the worklist again.
The intersect of dominators of the preds of this block is The intersect of dominators of the preds of this block is
defined as the null set. */ defined as the null set. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment