mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 14:17:23 +08:00
(rest_of_compilation): Call reload_cse_regs here.
From-SVN: r14478
This commit is contained in:
parent
4f286636c9
commit
c8ed219d31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user