Commit 507c82f6 by Jeff Law Committed by Jeff Law

frame-header-opt.c: Include "backend.h" rather than "cfg.h"

	* config/mips/frame-header-opt.c: Include "backend.h" rather than
	"cfg.h"

From-SVN: r263869
parent 291872b4
2018-08-26 Jeff Law <law@redhat.com>
* config/mips/frame-header-opt.c: Include "backend.h" rather than
"cfg.h"
2018-08-26 Marek Polacek <polacek@redhat.com>
PR c++/87029, Implement -Wredundant-move.
......
......@@ -29,13 +29,13 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "context.h"
#include "coretypes.h"
#include "backend.h"
#include "tree.h"
#include "tree-core.h"
#include "tree-pass.h"
#include "target.h"
#include "target-globals.h"
#include "profile-count.h"
#include "cfg.h"
#include "cgraph.h"
#include "function.h"
#include "basic-block.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