IPA ICF: fix memory leak.
commit632dfbbdb361577a06704913cfdc7bc0195e2537
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Nov 2014 15:36:10 +0000 (27 15:36 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Nov 2014 15:36:10 +0000 (27 15:36 +0000)
treeaf6e5c910894ed736447a5b8f37d44901fde3654
parent099b097f2c464aa4106d1e7e971bd0ea4755d379
IPA ICF: fix memory leak.

* ipa-icf.c (sem_function::equals_private): int* is replaced with
auto_vec.
(sem_function::bb_dict_test): Likewise.
* ipa-icf.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218129 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-icf.c
gcc/ipa-icf.h