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
This commit is contained in:
parent
9016329382
commit
68c6cacb78
12 changed files with 16 additions and 11 deletions
|
@ -1,3 +1,17 @@
|
|||
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>
|
||||
|
||||
PR bootstrap/55035
|
||||
|
|
|
@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "regs.h"
|
||||
#include "flags.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "params.h"
|
||||
#include "reload.h"
|
||||
|
|
|
@ -46,7 +46,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cfgloop.h"
|
||||
#include "ira.h"
|
||||
#include "alloc-pool.h"
|
||||
#include "recog.h"
|
||||
#include "ira-int.h"
|
||||
|
||||
typedef struct allocno_hard_regs *allocno_hard_regs_t;
|
||||
|
|
|
@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "flags.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "params.h"
|
||||
#include "sparseset.h"
|
||||
|
|
|
@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "regs.h"
|
||||
#include "addresses.h"
|
||||
#include "recog.h"
|
||||
#include "reload.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "target.h"
|
||||
|
|
|
@ -89,7 +89,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "varasm.h"
|
||||
#include "stmt.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
#include "params.h"
|
||||
#include "reload.h"
|
||||
#include "cfgloop.h"
|
||||
|
|
|
@ -21,6 +21,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#ifndef GCC_IRA_INT_H
|
||||
#define GCC_IRA_INT_H
|
||||
|
||||
#include "recog.h"
|
||||
|
||||
/* To provide consistency in naming, all IRA external variables,
|
||||
functions, common typedefs start with prefix ira_. */
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "except.h"
|
||||
#include "insn-config.h"
|
||||
#include "recog.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "params.h"
|
||||
#include "sparseset.h"
|
||||
|
|
|
@ -387,7 +387,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "varasm.h"
|
||||
#include "stmt.h"
|
||||
#include "expr.h"
|
||||
#include "recog.h"
|
||||
#include "params.h"
|
||||
#include "tree-pass.h"
|
||||
#include "output.h"
|
||||
|
|
|
@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-config.h"
|
||||
#include "insn-attr.h"
|
||||
#include "except.h"
|
||||
#include "recog.h"
|
||||
#include "emit-rtl.h"
|
||||
#include "cfgbuild.h"
|
||||
#include "sched-int.h"
|
||||
|
|
|
@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "insn-config.h"
|
||||
#include "insn-attr.h"
|
||||
#include "except.h"
|
||||
#include "recog.h"
|
||||
#include "params.h"
|
||||
#include "target.h"
|
||||
#include "output.h"
|
||||
|
|
|
@ -44,13 +44,11 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cfgloop.h"
|
||||
#include "ira.h"
|
||||
#include "alloc-pool.h"
|
||||
#include "recog.h"
|
||||
#include "ira-int.h"
|
||||
#include "builtins.h"
|
||||
#include "gcse.h"
|
||||
#include "bb-reorder.h"
|
||||
#include "lower-subreg.h"
|
||||
#include "recog.h"
|
||||
|
||||
#if SWITCHABLE_TARGET
|
||||
struct target_globals default_target_globals = {
|
||||
|
|
Loading…
Add table
Reference in a new issue