diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-17 19:05:14 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-17 19:05:14 +0000 |
| commit | 954aeb3afff46cb893b30f5163e2201a500e8f45 (patch) | |
| tree | d73fcc3632b56c238abe6e482a8773a5567b9510 /gcc | |
| parent | 95edcc9f9ba3bb445310cb966c00b60f68acc883 (diff) | |
| download | ppe42-gcc-954aeb3afff46cb893b30f5163e2201a500e8f45.tar.gz ppe42-gcc-954aeb3afff46cb893b30f5163e2201a500e8f45.zip | |
* tree-into-ssa.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98285 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/tree-into-ssa.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed75fa97112..97a1c53eeb5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ * tree-vrp.c (maybe_add_assert_expr): Don't assert ASSERT_EXPRs for single-use variable. + * tree-into-ssa.c: Fix a comment typo. + 2005-04-17 Richard Sandiford <rsandifo@redhat.com> * config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index f15b5ef48ad..a836aa2cab8 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -2740,7 +2740,7 @@ update_ssa (unsigned update_flags) { if (sbitmap_first_set_bit (old_ssa_names) >= 0) { - /* insert_update_phi_nodes_for will call + /* insert_updated_phi_nodes_for will call add_new_name_mapping when inserting new PHI nodes, so the set OLD_SSA_NAMES will grow while we are traversing it (but it will not gain any new members). Copy |

