brig-function.cc: Include profile-count.h.
* brigfrontend/brig-function.cc: Include profile-count.h. * brigfrontend/brig-to-generic.cc: Likewise. From-SVN: r249962
This commit is contained in:
parent
1aad71067c
commit
f0622a50ee
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue