Commit 9a73a3c3 by Jan Hubicka Committed by Jan Hubicka

cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch profile.

	* cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
	profile.

From-SVN: r249093
parent ac39f0e8
2017-06-10 Jan Hubicka <hubicka@ucw.cz>
* cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
profile.
2017-06-10 Tom de Vries <tom@codesourcery.com>
* doc/sourcebuild.texi (Effective-Target Keywords, Environment
......
......@@ -473,8 +473,6 @@ cgraph_edge::rebuild_references (void)
else
i++;
node->count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count;
FOR_EACH_BB_FN (bb, cfun)
{
for (gsi = gsi_start_bb (bb); !gsi_end_p (gsi); gsi_next (&gsi))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment