diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30a220d8f21..ebf0d324635 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2002-09-27 Richard Henderson <rth@redhat.com> + PR optimization/7520 + * cfganal.c (flow_active_insn_p): New. + (forwarder_block_p): Use it. + +2002-09-27 Richard Henderson <rth@redhat.com> + * emit-rtl.c (active_insn_p): Revert last change. 2002-09-27 Jakub Jelinek <jakub@redhat.com> |