From 59f2e9d83d69ae2a714b02861809fc3bec9c9e2f Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Mon, 20 Oct 2014 15:30:50 +0000 Subject: cfgrtl.h: New. 2014-10-20 Andrew MacLeod * cfgrtl.h: New. Add prototypes for cfgrtl.c. * basic-block.h: Remove prototypes for cfgrtl.c. * cfghooks.h (cfg_layout_initialize, cfg_layout_finalize): Move prototypes to cfgrtl.h. * profile.h (profile_info): Add extern export declaration. * rtl.h: Remove prototypes for cfgrtl.h. * tree-cfg.h (gt_ggc_mx, gt_pch_nx): Move prototypes to here. * ipa-inline.c: Include profile.h. * loop-unroll.c: Ditto. * modulo-sched.c: Ditto. * postreload-gcse.c: Ditto. * predict.c: Ditto. * sched-ebb.c: Ditto. * sched-rgn.c: Ditto. * tracer.c: Ditto. * tree-ssa-loop-ivcanon.c: Ditto. From-SVN: r216485 --- gcc/tracer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/tracer.c') diff --git a/gcc/tracer.c b/gcc/tracer.c index 438841e..b72bcb50 100644 --- a/gcc/tracer.c +++ b/gcc/tracer.c @@ -40,6 +40,7 @@ #include "tree.h" #include "rtl.h" #include "hard-reg-set.h" +#include "profile.h" #include "basic-block.h" #include "fibheap.h" #include "flags.h" -- cgit v1.1