r220806 - in /trunk/gcc: ChangeLog ipa-icf.c ip...

tbsaunde@gcc.gnu.org tbsaunde@gcc.gnu.org
Thu Feb 19 01:44:00 GMT 2015


Author: tbsaunde
Date: Thu Feb 19 01:44:42 2015
New Revision: 220806

URL: https://gcc.gnu.org/viewcvs?rev=220806&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-icf.c
    trunk/gcc/ipa-icf.h



More information about the Gcc-cvs mailing list