]> gcc.gnu.org Git - gcc.git/commitdiff
reorg.c (fill_eager_delay_slots): Add new argument delay_list in call to fill_slots_f...
authorManfred Hollstein <manfred@gcc.gnu.org>
Mon, 2 Mar 1998 22:37:37 +0000 (22:37 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Mon, 2 Mar 1998 22:37:37 +0000 (22:37 +0000)
8
* reorg.c (fill_eager_delay_slots): Add new argument delay_list
in call to fill_slots_from_thread.

From-SVN: r18368

gcc/reorg.c

index 9b7b3a5eb1fee1b26e602293cc8a957af4f97f5b..f0bda909e9ef64e9cf142009b79191f846a3284c 100644 (file)
@@ -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
This page took 0.069962 seconds and 5 git commands to generate.