Commit 2c65021a by Richard Kenner

(rest_of_compilation): Invoke MACHINE_DEPENDENT_REORG if defined.

From-SVN: r6485
parent 7bac1be0
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment