Commit 57548aa2 by Richard Biener Committed by Richard Biener

ira.c (ira): Free broken dominator information.

2013-02-08  Richard Biener  <rguenther@suse.de>

	* ira.c (ira): Free broken dominator information.

From-SVN: r195882
parent 8e10366f
2013-02-08 Richard Biener <rguenther@suse.de>
* ira.c (ira): Free broken dominator information.
2013-02-08 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_spill_class): Use INTEGER_CLASS_P macro.
......
......@@ -4520,6 +4520,7 @@ ira (FILE *f)
change if new insns were generated? Can that be handled
by updating the loop tree incrementally? */
loop_optimizer_finalize ();
free_dominance_info (CDI_DOMINATORS);
loop_optimizer_init (AVOID_CFG_MODIFICATIONS
| LOOPS_HAVE_RECORDED_EXITS);
......
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