diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | testsuite/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-05-19 Stan Cox <scox@redhat.com> + + * elaborate.cxx (dead_assignment_remover::visit_arrayindex): New method. + (dead_assignment_remover::visit_functioncall): New method. + (dead_assignment_remover::visit_if_statement): New method. + (dead_assignment_remover::visit_for_loop): New method. 2008-05-19 William Cohen <wcohen@redhat.com> diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index c951971b..c42ac793 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-05-19 Stan Cox <scox@redhat.com> + + * systemtap.base/optim_arridx.stp: New test. + * systemtap.base/optim_arridx.exp: New test. + 2008-04-29 Frank Ch. Eigler <fche@elastic.org> PR 6466. |