This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249120 - in /trunk/gcc: ChangeLog tree-profile.c
- From: marxin at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 12 Jun 2017 11:56:33 -0000
- Subject: r249120 - in /trunk/gcc: ChangeLog tree-profile.c
Author: marxin
Date: Mon Jun 12 11:56:32 2017
New Revision: 249120
URL: https://gcc.gnu.org/viewcvs?rev=249120&root=gcc&view=rev
Log:
Create an extra BB in profile-generate (PR tree-optimization/81041).
2017-06-12 Martin Liska <mliska@suse.cz>
PR tree-optimization/81041
* tree-profile.c (gimple_gen_ic_func_profiler):
Create an extra BB in profile-generate
(gimple_gen_time_profiler): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-profile.c