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 | |
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')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/flow.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73d923b..7c68c37 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. */ |