From 2772f5a14f85bc8f8332897d3f60f058de3821d9 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Sat, 15 Nov 2014 16:59:08 +0000 Subject: lra.c (lra): Switch off rematerialization pass. 2014-11-15 Vladimir Makarov * lra.c (lra): Switch off rematerialization pass. From-SVN: r217609 --- gcc/lra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/lra.c') diff --git a/gcc/lra.c b/gcc/lra.c index 9309d5e..661a384 100644 --- a/gcc/lra.c +++ b/gcc/lra.c @@ -2354,7 +2354,7 @@ lra (FILE *f) break; /* Now we know what pseudos should be spilled. Try to rematerialize them first. */ - if (lra_remat ()) + if (0&&lra_remat ()) { /* We need full live info -- see the comment above. */ lra_create_live_ranges (lra_reg_spill_p, true); -- cgit v1.1