(arc_output_function_epilogue): Remove prescan parameter from calls to
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2005 11:27:16 +0000 (11:27 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2005 11:27:16 +0000 (11:27 +0000)
final_scan_insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98315 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arc/arc.c

index bd95eac..42ee944 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-18  Nick Clifton  <nickc@redhat.com>
 
+       * config/arc/arc.c (arc_output_function_epilogue): Remove prescan
+       parameter from calls to final_scan_insn.
+
        * config.gcc (m68hc12): Use the m68hc11.opt file for target
        specific options.
        (v850e, v850e1): Use the v850.opt file for target specific
index 7291fa9..1fc9291 100644 (file)
@@ -1347,7 +1347,7 @@ arc_output_function_epilogue (FILE *file, HOST_WIDE_INT size)
       /* ??? If stack intactness is important, always emit now.  */
       if (MUST_SAVE_RETURN_ADDR && epilogue_delay != NULL_RTX)
        {
-         final_scan_insn (XEXP (epilogue_delay, 0), file, 1, 0, 1, NULL);
+         final_scan_insn (XEXP (epilogue_delay, 0), file, 1, 1, NULL);
          epilogue_delay = NULL_RTX;
        }
 
@@ -1379,8 +1379,7 @@ arc_output_function_epilogue (FILE *file, HOST_WIDE_INT size)
        {
          if (epilogue_delay)
            {
-             final_scan_insn (XEXP (epilogue_delay, 0), file, 1, 0, 1,
-                              NULL);
+             final_scan_insn (XEXP (epilogue_delay, 0), file, 1, 1, NULL);
            }
        }
 
@@ -1405,7 +1404,7 @@ arc_output_function_epilogue (FILE *file, HOST_WIDE_INT size)
            abort ();
          if (restored < size)
            abort ();
-         final_scan_insn (XEXP (epilogue_delay, 0), file, 1, 0, 1, NULL);
+         final_scan_insn (XEXP (epilogue_delay, 0), file, 1, 1, NULL);
        }
       else if (frame_pointer_needed && !fp_restored_p)
        {