frame-header-opt.c: Include profile-count.h.
authorJan Hubicka <hubicka@ucw.cz>
Mon, 5 Jun 2017 15:35:20 +0000 (17:35 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 5 Jun 2017 15:35:20 +0000 (15:35 +0000)
* config/mips/frame-header-opt.c: Include profile-count.h.
* config/riscv/riscv.c: Include profile-count.h

From-SVN: r248879

gcc/ChangeLog
gcc/config/mips/frame-header-opt.c
gcc/config/riscv/riscv.c

index c26c7f237cd5350215387e6dad72cec6e9821369..aad3ea9f3771c738e452acaf27f078268b849889 100644 (file)
@@ -1,3 +1,8 @@
+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;
index 7e42dca3832d4d2bf1f74ff97c9878e580d565c5..76930792e92a3192b4687353a8bc623a87f1c69d 100644 (file)
@@ -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"
index f7fec4bfcf8bd20d36c7a072e3cc86f766e92dda..111701ec0593c71cc2d7963f64cc65d3ab349bf2 100644 (file)
@@ -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"