Commit e09f2fb0 by Jan Hubicka Committed by Jan Hubicka

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
parent 92bba237
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.
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment