From fb8f1d22d485ad159704182279dd9edaeda07f13 Mon Sep 17 00:00:00 2001 From: manfred Date: Mon, 2 Mar 1998 22:37:37 +0000 Subject: 8 * reorg.c (fill_eager_delay_slots): Add new argument delay_list in call to fill_slots_from_thread. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18368 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/reorg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/reorg.c') diff --git a/gcc/reorg.c b/gcc/reorg.c index 9b7b3a5eb1f..f0bda909e9e 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 -- cgit v1.2.1