aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.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/tree-dump.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/tree-dump.c')
-rw-r--r--gcc/tree-dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c
index 347b33a..0eab7ac 100644
--- a/gcc/tree-dump.c
+++ b/gcc/tree-dump.c
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-dump.h"
#include "langhooks.h"
#include "tree-iterator.h"
-#include "tree-cfg.h"
static unsigned int queue (dump_info_p, const_tree, int);
static void dump_index (dump_info_p, unsigned int);