sem_function::bb_dict_test should take a vec<int> *
commit8ed0255a2041a6495216424080f2c7ecc1dfcdc4
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Feb 2015 01:44:42 +0000 (19 01:44 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Feb 2015 01:44:42 +0000 (19 01:44 +0000)
tree739322f85a253d19039bbaaa8dfde298b605c5cd
parente228ced75a3fb32c3c515e2e7ff59ebf7e6ac2a1
sem_function::bb_dict_test should take a vec<int> *

bb_dict_test () ment to operate on the callers vector, not a copy of it.

gcc/ChangeLog:

2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>

* ipa-icf.c (sem_function::equals_private): Adjust.
(sem_function::bb_dict_test): Take a vec<int> * instead of
auto_vec<int>.
* ipa-icf.h (bb_dict_test): Likewise.

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