aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2017-07-03 00:25:59 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2017-07-02 22:25:59 +0000
commit0de11d4dd3d06ea7a77e172290b5f9f138f3fec2 (patch)
tree50b66a0553a1ce676d3f569083f9ae07678c7798 /gcc/dumpfile.c
parentd872853dce396c9848142145507043040be14c5c (diff)
downloadgcc-0de11d4dd3d06ea7a77e172290b5f9f138f3fec2.zip
gcc-0de11d4dd3d06ea7a77e172290b5f9f138f3fec2.tar.gz
gcc-0de11d4dd3d06ea7a77e172290b5f9f138f3fec2.tar.bz2
dumpfile.c: Include profile-count.h
* dumpfile.c: Include profile-count.h * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes; update profile. (insert_cond_bb): Update profile. * tree-cfg.h (insert_cond_bb): Update prototype. * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update. * tree-dump.c: Do not include tree-cfg. From-SVN: r249887
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r--gcc/dumpfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c
index c3dd126..658500b 100644
--- a/gcc/dumpfile.c
+++ b/gcc/dumpfile.c
@@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "dumpfile.h"
#include "context.h"
+#include "profile-count.h"
#include "tree-cfg.h"
#include "langhooks.h"