Fix memory leak in tree-if-conv.c
authorMartin Liska <mliska@suse.cz>
Fri, 6 May 2016 14:26:23 +0000 (16:26 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 6 May 2016 14:26:23 +0000 (14:26 +0000)
commit734c152691823eb7a12855783b67d738bd1cf701
tree040340d59b50ec6295923f5b990bb7878e8ae455
parent9bdf001b7a2232753e4a92582218bb4f24c8d809
Fix memory leak in tree-if-conv.c

* tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
instead of vec as the vector is local to the function.

From-SVN: r235974
gcc/ChangeLog
gcc/tree-if-conv.c