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

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Mon Mar 2 00:54:00 GMT 2015


Author: hubicka
Date: Mon Mar  2 00:54:46 2015
New Revision: 221096

URL: https://gcc.gnu.org/viewcvs?rev=221096&root=gcc&view=rev
Log:

	* ipa-icf.c: Include stor-layout.h
	(sem_function::compare_cgraph_references): Rename to ...
	(sem_item::compare_cgraph_references): ... this one.
	(sem_variable::equals_wpa): New function
	(sem_variable::equals): Do not check stuff already verified by
	equals_wpa.
	(sem_variable::equals): Reorg based on varasm.c:compare_constant.
	* ipa-icf.h (sem_item): Add compare_cgraph_references.
	(sem_function): Remove compare_cgraph_references.
	(sem_variable): Turns equals_wpa into non-inline.

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



More information about the Gcc-cvs mailing list