]> git.ipfire.org Git - thirdparty/gcc.git/commit
sem_function::bb_dict_test should take a vec<int> *
authorTrevor Saunders <tsaunders@mozilla.com>
Thu, 19 Feb 2015 01:44:42 +0000 (01:44 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Thu, 19 Feb 2015 01:44:42 +0000 (01:44 +0000)
commit1216ea72ef53ea28dfd0ec9a7cfacd8725476ec6
tree739322f85a253d19039bbaaa8dfde298b605c5cd
parent1a1d749faa73907c0a41fd970bc6bef013b87b90
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.

From-SVN: r220806
gcc/ChangeLog
gcc/ipa-icf.c
gcc/ipa-icf.h