Commit 431f3f22 by Sebastian Pop Committed by Sebastian Pop

tree-ssa-loop-niter.c (finite_loop_p): Do not call twice get_loop_exit_edges.

2009-10-30  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-ssa-loop-niter.c (finite_loop_p): Do not call twice
	get_loop_exit_edges.

From-SVN: r154630
parent 4c768046
2009-10-30 Sebastian Pop <sebastian.pop@amd.com>
* tree-ssa-loop-niter.c (finite_loop_p): Do not call twice
get_loop_exit_edges.
2009-10-30 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (pbb_remove_duplicate_pdrs): Free collapsed.
2009-10-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
......
......@@ -1960,7 +1960,7 @@ bool
finite_loop_p (struct loop *loop)
{
unsigned i;
VEC (edge, heap) *exits = get_loop_exit_edges (loop);
VEC (edge, heap) *exits;
edge ex;
struct tree_niter_desc desc;
bool finite = false;
......
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