aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2017-06-05 17:35:20 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2017-06-05 15:35:20 +0000
commite09f2fb0ef4c7a04ea7c1e2270870d1654c79cd2 (patch)
treeec4111efd81a812c2616c4591cea73fda2063fd3 /gcc
parent92bba237da3fdaa4fb67186330355c95ff0072d5 (diff)
downloadgcc-e09f2fb0ef4c7a04ea7c1e2270870d1654c79cd2.zip
gcc-e09f2fb0ef4c7a04ea7c1e2270870d1654c79cd2.tar.gz
gcc-e09f2fb0ef4c7a04ea7c1e2270870d1654c79cd2.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/frame-header-opt.c1
-rw-r--r--gcc/config/riscv/riscv.c1
3 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c26c7f2..aad3ea9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2017-06-05 Jan Hubicka <hubicka@ucw.cz>
+ * config/mips/frame-header-opt.c: Include profile-count.h.
+ * config/riscv/riscv.c: Include profile-count.h
+
+2017-06-05 Jan Hubicka <hubicka@ucw.cz>
+
* tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
update profile.
(sm_set_flag_if_changed): Add bbs field.
diff --git a/gcc/config/mips/frame-header-opt.c b/gcc/config/mips/frame-header-opt.c
index 7e42dca..7693079 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 f7fec4b..111701e 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"