re PR middle-end/56461 (GCC is leaking lots of memory)
authorJakub Jelinek <jakub@redhat.com>
Mon, 4 Mar 2013 10:02:26 +0000 (11:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Mar 2013 10:02:26 +0000 (11:02 +0100)
commit541d9ac892f3dcfbff8d2fb8b00b89e95bb75d1c
tree32f6e5da84f82a6d3a199d817dbceefd31af90ca
parenta4f1e7052a630a606b36c7ad9e65f3226c3fd121
re PR middle-end/56461 (GCC is leaking lots of memory)

PR middle-end/56461
* tree-vect-loop.c (destroy_loop_vec_info): For !clean_stmts, just
set nbbs to 0 instead of having separate code path.
(vect_analyze_loop_form): Call destroy_loop_vec_info with true
instead of false as last argument if returning NULL.

From-SVN: r196424
gcc/ChangeLog
gcc/tree-vect-loop.c