This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249097 - in /trunk/gcc: ChangeLog cgraph.h cgr...
- From: hubicka at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 10 Jun 2017 23:07:12 -0000
- Subject: r249097 - in /trunk/gcc: ChangeLog cgraph.h cgr...
Author: hubicka
Date: Sat Jun 10 23:07:11 2017
New Revision: 249097
URL: https://gcc.gnu.org/viewcvs?rev=249097&root=gcc&view=rev
Log:
* cgraph.h (cgraph_edge::clone): Update prototype.
* cgraphclones.c (cgraph_edge::clone): Update profile scaling.
(cgraph_node::create_clone): Update.
(cgraph_node::create_version_clone): Update.
* tree-inline.c (copy_bb): Update.
(expand_call_inline): Update.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraph.h
trunk/gcc/cgraphclones.c
trunk/gcc/tree-inline.c