diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2017-06-05 17:35:20 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2017-06-05 15:35:20 +0000 |
commit | e09f2fb0ef4c7a04ea7c1e2270870d1654c79cd2 (patch) | |
tree | ec4111efd81a812c2616c4591cea73fda2063fd3 /gcc | |
parent | 92bba237da3fdaa4fb67186330355c95ff0072d5 (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/frame-header-opt.c | 1 | ||||
-rw-r--r-- | gcc/config/riscv/riscv.c | 1 |
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" |