Commit 68c6cacb by Andrew MacLeod Committed by Andrew Macleod

ira-int.h: Include recog.h.


	* ira-int.h: Include recog.h.
	* ira-build.c: Don't include recog.h.
	* ira-color.c: Likewise.
	* ira-conflicts.c: Likewise.
	* ira-costs.c: Likewise.
	* ira-emit.c: Likewise.
	* ira-lives.c: Likewise.
	* ira.c: Likewise.
	* sched-deps.c: Likewise.
	* sel-sched.c: Likewise.
	* target-globals.c: Likewise.

From-SVN: r226876
parent 90163293
2015-08-13 Andrew MacLeod <amacleod@redhat.com>
* ira-int.h: Include recog.h.
* ira-build.c: Don't include recog.h.
* ira-color.c: Likewise.
* ira-conflicts.c: Likewise.
* ira-costs.c: Likewise.
* ira-emit.c: Likewise.
* ira-lives.c: Likewise.
* ira.c: Likewise.
* sched-deps.c: Likewise.
* sel-sched.c: Likewise.
* target-globals.c: Likewise.
2015-08-13 Richard Sandiford <richard.sandiford@arm.com> 2015-08-13 Richard Sandiford <richard.sandiford@arm.com>
PR bootstrap/55035 PR bootstrap/55035
......
...@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h" #include "regs.h"
#include "flags.h" #include "flags.h"
#include "insn-config.h" #include "insn-config.h"
#include "recog.h"
#include "diagnostic-core.h" #include "diagnostic-core.h"
#include "params.h" #include "params.h"
#include "reload.h" #include "reload.h"
......
...@@ -46,7 +46,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -46,7 +46,6 @@ along with GCC; see the file COPYING3. If not see
#include "cfgloop.h" #include "cfgloop.h"
#include "ira.h" #include "ira.h"
#include "alloc-pool.h" #include "alloc-pool.h"
#include "recog.h"
#include "ira-int.h" #include "ira-int.h"
typedef struct allocno_hard_regs *allocno_hard_regs_t; typedef struct allocno_hard_regs *allocno_hard_regs_t;
......
...@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
#include "target.h" #include "target.h"
#include "flags.h" #include "flags.h"
#include "insn-config.h" #include "insn-config.h"
#include "recog.h"
#include "diagnostic-core.h" #include "diagnostic-core.h"
#include "params.h" #include "params.h"
#include "sparseset.h" #include "sparseset.h"
......
...@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm_p.h" #include "tm_p.h"
#include "regs.h" #include "regs.h"
#include "addresses.h" #include "addresses.h"
#include "recog.h"
#include "reload.h" #include "reload.h"
#include "diagnostic-core.h" #include "diagnostic-core.h"
#include "target.h" #include "target.h"
......
...@@ -89,7 +89,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -89,7 +89,6 @@ along with GCC; see the file COPYING3. If not see
#include "varasm.h" #include "varasm.h"
#include "stmt.h" #include "stmt.h"
#include "expr.h" #include "expr.h"
#include "recog.h"
#include "params.h" #include "params.h"
#include "reload.h" #include "reload.h"
#include "cfgloop.h" #include "cfgloop.h"
......
...@@ -21,6 +21,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -21,6 +21,8 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_IRA_INT_H #ifndef GCC_IRA_INT_H
#define GCC_IRA_INT_H #define GCC_IRA_INT_H
#include "recog.h"
/* To provide consistency in naming, all IRA external variables, /* To provide consistency in naming, all IRA external variables,
functions, common typedefs start with prefix ira_. */ functions, common typedefs start with prefix ira_. */
......
...@@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h" #include "flags.h"
#include "except.h" #include "except.h"
#include "insn-config.h" #include "insn-config.h"
#include "recog.h"
#include "diagnostic-core.h" #include "diagnostic-core.h"
#include "params.h" #include "params.h"
#include "sparseset.h" #include "sparseset.h"
......
...@@ -387,7 +387,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -387,7 +387,6 @@ along with GCC; see the file COPYING3. If not see
#include "varasm.h" #include "varasm.h"
#include "stmt.h" #include "stmt.h"
#include "expr.h" #include "expr.h"
#include "recog.h"
#include "params.h" #include "params.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "output.h" #include "output.h"
......
...@@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see
#include "insn-config.h" #include "insn-config.h"
#include "insn-attr.h" #include "insn-attr.h"
#include "except.h" #include "except.h"
#include "recog.h"
#include "emit-rtl.h" #include "emit-rtl.h"
#include "cfgbuild.h" #include "cfgbuild.h"
#include "sched-int.h" #include "sched-int.h"
......
...@@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see
#include "insn-config.h" #include "insn-config.h"
#include "insn-attr.h" #include "insn-attr.h"
#include "except.h" #include "except.h"
#include "recog.h"
#include "params.h" #include "params.h"
#include "target.h" #include "target.h"
#include "output.h" #include "output.h"
......
...@@ -44,13 +44,11 @@ along with GCC; see the file COPYING3. If not see ...@@ -44,13 +44,11 @@ along with GCC; see the file COPYING3. If not see
#include "cfgloop.h" #include "cfgloop.h"
#include "ira.h" #include "ira.h"
#include "alloc-pool.h" #include "alloc-pool.h"
#include "recog.h"
#include "ira-int.h" #include "ira-int.h"
#include "builtins.h" #include "builtins.h"
#include "gcse.h" #include "gcse.h"
#include "bb-reorder.h" #include "bb-reorder.h"
#include "lower-subreg.h" #include "lower-subreg.h"
#include "recog.h"
#if SWITCHABLE_TARGET #if SWITCHABLE_TARGET
struct target_globals default_target_globals = { struct target_globals default_target_globals = {
......
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