diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-20 03:59:57 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-20 03:59:57 +0000 |
commit | f057320a4817e268d5b083e011afd6f40c948fe7 (patch) | |
tree | d1fb875a7c0fe7e5c5b9d4d33e9f2d6051a17638 /gcc/ChangeLog | |
parent | 068a89d762d92155a2e80827d60bbca802f1826a (diff) | |
download | gcc-f057320a4817e268d5b083e011afd6f40c948fe7.tar.gz |
* flow.c (propagate_block): Replace FIRST, LAST and BNUM
arguments with BB. Update all callers. Tidy line wrapping.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d49d719ab59..6cdd053bf13 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-01-19 Richard Henderson <rth@cygnus.com> + + * flow.c (propagate_block): Replace FIRST, LAST and BNUM + arguments with BB. Update all callers. Tidy line wrapping. + 2000-01-19 Clinton Popetz <cpopetz@cygnus.com> * emit-rtl.c (try_split): Return last_insn if we split the |