diff options
author | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-03-02 22:37:37 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-03-02 22:37:37 +0000 |
commit | d9f1e3dad53f3d81c23f51faa6465272acbf22a4 (patch) | |
tree | 89f62e456b2a53d1fafd0b4d55fba16867a8901e /gcc/reorg.c | |
parent | 1838fe6d474d85530c7c24bee73a914e26419a8d (diff) | |
download | gcc-d9f1e3dad53f3d81c23f51faa6465272acbf22a4.zip gcc-d9f1e3dad53f3d81c23f51faa6465272acbf22a4.tar.gz gcc-d9f1e3dad53f3d81c23f51faa6465272acbf22a4.tar.bz2 |
reorg.c (fill_eager_delay_slots): Add new argument delay_list in call to fill_slots_from_thread.
8
* reorg.c (fill_eager_delay_slots): Add new argument delay_list
in call to fill_slots_from_thread.
From-SVN: r18368
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 9b7b3a5..f0bda90 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3948,7 +3948,8 @@ fill_eager_delay_slots () = fill_slots_from_thread (insn, condition, fallthrough_insn, insn_at_target, 0, 0, own_fallthrough, - slots_to_fill, &slots_filled); + slots_to_fill, &slots_filled, + delay_list); if (delay_list == 0) delay_list |