From: Jan Hubicka Date: Mon, 5 Jun 2017 15:35:20 +0000 (+0200) Subject: frame-header-opt.c: Include profile-count.h. X-Git-Tag: basepoints/gcc-9~6865 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e09f2fb0ef4c7a04ea7c1e2270870d1654c79cd2;p=thirdparty%2Fgcc.git frame-header-opt.c: Include profile-count.h. * config/mips/frame-header-opt.c: Include profile-count.h. * config/riscv/riscv.c: Include profile-count.h From-SVN: r248879 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c26c7f237cd5..aad3ea9f3771 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-06-05 Jan Hubicka + + * config/mips/frame-header-opt.c: Include profile-count.h. + * config/riscv/riscv.c: Include profile-count.h + 2017-06-05 Jan Hubicka * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter; diff --git a/gcc/config/mips/frame-header-opt.c b/gcc/config/mips/frame-header-opt.c index 7e42dca3832d..76930792e92a 100644 --- a/gcc/config/mips/frame-header-opt.c +++ b/gcc/config/mips/frame-header-opt.c @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "target.h" #include "target-globals.h" +#include "profile-count.h" #include "cfg.h" #include "cgraph.h" #include "function.h" diff --git a/gcc/config/riscv/riscv.c b/gcc/config/riscv/riscv.c index f7fec4bfcf8b..111701ec0593 100644 --- a/gcc/config/riscv/riscv.c +++ b/gcc/config/riscv/riscv.c @@ -73,6 +73,7 @@ along with GCC; see the file COPYING3. If not see #include "common/common-target.h" #include "langhooks.h" #include "dominance.h" +#include "profile-count.h" #include "cfg.h" #include "cfgrtl.h" #include "cfganal.h"