brig-function.cc: Include profile-count.h.
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Jul 2017 11:53:50 +0000 (13:53 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 4 Jul 2017 11:53:50 +0000 (13:53 +0200)
* brigfrontend/brig-function.cc: Include profile-count.h.
* brigfrontend/brig-to-generic.cc: Likewise.

From-SVN: r249962

gcc/brig/ChangeLog
gcc/brig/brigfrontend/brig-function.cc
gcc/brig/brigfrontend/brig-to-generic.cc

index 1b1a1eb..a33a850 100644 (file)
@@ -1,3 +1,8 @@
+2017-07-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * brigfrontend/brig-function.cc: Include profile-count.h.
+       * brigfrontend/brig-to-generic.cc: Likewise.
+
 2017-05-18  Thomas Schwinge  <thomas@codesourcery.com>
 
        * brigfrontend/brig-to-generic.h (class brig_to_generic): Use
index 382bec0..0ca9ebe 100644 (file)
@@ -38,6 +38,7 @@
 #include "phsa.h"
 #include "tree-pretty-print.h"
 #include "dumpfile.h"
+#include "profile-count.h"
 #include "tree-cfg.h"
 #include "errors.h"
 #include "function.h"
index d113bdc..7559c05 100644 (file)
@@ -45,6 +45,7 @@
 #include "phsa.h"
 #include "tree-pretty-print.h"
 #include "dumpfile.h"
+#include "profile-count.h"
 #include "tree-cfg.h"
 #include "errors.h"
 #include "fold-const.h"