summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c66a4523..824ca761 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>