From 495f9db8f6d9f29830972d4a494f1896cdf7eee2 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Mon, 19 May 2008 16:18:49 -0400 Subject: Optimize away assignments in other contexts. --- ChangeLog | 6 ++++++ testsuite/ChangeLog | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index c66a4523..824ca761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-19 Stan Cox + + * 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 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 + + * systemtap.base/optim_arridx.stp: New test. + * systemtap.base/optim_arridx.exp: New test. + 2008-04-29 Frank Ch. Eigler PR 6466. -- cgit