projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f28663
)
(rest_of_compilation): Call reload_cse_regs here.
author
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 18 Jul 1997 12:12:15 +0000
(08:12 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 18 Jul 1997 12:12:15 +0000
(08:12 -0400)
From-SVN: r14478
gcc/toplev.c
patch
|
blob
|
history
diff --git
a/gcc/toplev.c
b/gcc/toplev.c
index 4804a11e385275e3d90bf1006d0c32c2c4cb3bfa..8635e81e0297c1dc77c60d2f79d525e89e033bc9 100644
(file)
--- a/
gcc/toplev.c
+++ b/
gcc/toplev.c
@@
-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