(rest_of_compilation): Invoke MACHINE_DEPENDENT_REORG if defined.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 5 Feb 1994 13:24:30 +0000 (08:24 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 5 Feb 1994 13:24:30 +0000 (08:24 -0500)
From-SVN: r6485

gcc/toplev.c

index 1f4ae92b904b64a79342d293ceb82b127169ca0f..a8f68631180097dc54ab37e5c479c88e101edcd3 100644 (file)
@@ -3082,6 +3082,11 @@ rest_of_compilation (decl)
               fflush (jump2_opt_dump_file);
             });
 
+  /* If a machine dependent reorganization is needed, call it.  */
+#ifdef MACHINE_DEPENDENT_REORG
+   MACHINE_DEPENDENT_REORG (insns);
+#endif
+
   /* If a scheduling pass for delayed branches is to be done,
      call the scheduling code. */