Commit c8ed219d by Richard Kenner

(rest_of_compilation): Call reload_cse_regs here.

From-SVN: r14478
parent 4f286636
......@@ -3349,6 +3349,10 @@ rest_of_compilation (decl)
reload_completed = 1;
/* Do a very simple CSE pass over just the hard registers. */
if (optimize > 0)
reload_cse_regs (insns);
/* On some machines, the prologue and epilogue code, or parts thereof,
can be represented as RTL. Doing so lets us schedule insns between
it and the rest of the code and also allows delayed branch
......
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