mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 18:31:10 +08:00
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
This commit is contained in:
parent
4c76804615
commit
431f3f2240
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user