Commit d3b7e946 by Andreas Krebbel Committed by Andreas Krebbel

passes.c (init_optimization_passes): Add invariant motion pass after induction…

passes.c (init_optimization_passes): Add invariant motion pass after induction variable optimization.

2011-07-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* passes.c (init_optimization_passes): Add invariant motion pass
	after induction variable optimization.

From-SVN: r176142
parent 7e4ec472
2011-07-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* passes.c (init_optimization_passes): Add invariant motion pass
after induction variable optimization.
2011-07-11 Georg-Johann Lay <avr@gjlay.de>
PR target/39633
......
......@@ -1363,6 +1363,7 @@ init_optimization_passes (void)
NEXT_PASS (pass_parallelize_loops);
NEXT_PASS (pass_loop_prefetch);
NEXT_PASS (pass_iv_optimize);
NEXT_PASS (pass_lim);
NEXT_PASS (pass_tree_loop_done);
}
NEXT_PASS (pass_cse_reciprocals);
......
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