diff options
author | Kazu Hirata <kazu@hxi.com> | 2000-08-07 07:07:21 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-07 01:07:21 -0600 |
commit | f90bb3f14611061e5b4cabd8dfc8116dc41c22c8 (patch) | |
tree | 596e57ae4f2e8997e00a3300dd069659046553ff /gcc/flow.c | |
parent | 26f1aa5fd265ba52b62e9786d792f772b851472c (diff) | |
download | gcc-f90bb3f14611061e5b4cabd8dfc8116dc41c22c8.zip gcc-f90bb3f14611061e5b4cabd8dfc8116dc41c22c8.tar.gz gcc-f90bb3f14611061e5b4cabd8dfc8116dc41c22c8.tar.bz2 |
* flow.c: Fix a comment typo.
From-SVN: r35542
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |