This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r240492 - in /trunk/gcc: ChangeLog profile.c tr...


Author: marxin
Date: Mon Sep 26 11:04:18 2016
New Revision: 240492

URL: https://gcc.gnu.org/viewcvs?rev=240492&root=gcc&view=rev
Log:
Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)

	PR gcov-profile/23332
	* profile.c (instrument_values): Do not handle
	HIST_TYPE_CONST_DELTA.
	* tree-profile.c (gimple_gen_const_delta_profiler):
	Remove.
	* value-prof.c (dump_histogram_value): Do not handle
	HIST_TYPE_CONST_DELTA.
	(stream_in_histogram_value): Likewise.
	(gimple_find_values_to_profile): Likewise.
	* value-prof.h (enum hist_type): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/profile.c
    trunk/gcc/tree-profile.c
    trunk/gcc/value-prof.c
    trunk/gcc/value-prof.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]