Commit 0a134b2a by Vladimir Makarov Committed by Vladimir Makarov

lra.c (lra): Switch off rematerialization pass.

2014-11-13  Vladimir Makarov  <vmakarov@redhat.com>

	* lra.c (lra): Switch off rematerialization pass.

From-SVN: r217459
parent d9cf932c
2014-11-13 Vladimir Makarov <vmakarov@redhat.com>
* lra.c (lra): Switch off rematerialization pass.
2014-11-12 Vladimir Makarov <vmakarov@redhat.com> 2014-11-12 Vladimir Makarov <vmakarov@redhat.com>
* common.opt (flra-remat): New. * common.opt (flra-remat): New.
...@@ -2349,7 +2349,7 @@ lra (FILE *f) ...@@ -2349,7 +2349,7 @@ lra (FILE *f)
} }
/* Now we know what pseudos should be spilled. Try to /* Now we know what pseudos should be spilled. Try to
rematerialize them first. */ rematerialize them first. */
if (lra_remat ()) if (0 && lra_remat ())
{ {
/* We need full live info -- see the comment above. */ /* We need full live info -- see the comment above. */
lra_create_live_ranges (lra_reg_spill_p); lra_create_live_ranges (lra_reg_spill_p);
......
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