diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2017-06-10 18:33:07 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2017-06-10 16:33:07 +0000 |
commit | 9a73a3c38e01890fcc4615c53c3946b8e46fc252 (patch) | |
tree | ff28f99d2979780f3caf886396b73b2d2cb2f0a5 /gcc/cgraphbuild.c | |
parent | ac39f0e831cee81e63b0d3a84d2ae6943b27ee5b (diff) | |
download | gcc-9a73a3c38e01890fcc4615c53c3946b8e46fc252.zip gcc-9a73a3c38e01890fcc4615c53c3946b8e46fc252.tar.gz gcc-9a73a3c38e01890fcc4615c53c3946b8e46fc252.tar.bz2 |
cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch profile.
* cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
profile.
From-SVN: r249093
Diffstat (limited to 'gcc/cgraphbuild.c')
-rw-r--r-- | gcc/cgraphbuild.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 034b8fa..d853acd 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -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)) |