diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-08-13 21:39:03 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-08-13 21:39:03 +0000 |
commit | 68c6cacb78c4cebe1715791e1c04be8a653d5ee7 (patch) | |
tree | 279cae0c44bf068463c1829be67c85892298b10d | |
parent | 9016329382f7824f7a9f5b7198ff47327797bbdf (diff) | |
download | gcc-68c6cacb78c4cebe1715791e1c04be8a653d5ee7.zip gcc-68c6cacb78c4cebe1715791e1c04be8a653d5ee7.tar.gz gcc-68c6cacb78c4cebe1715791e1c04be8a653d5ee7.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 14 | ||||
-rw-r--r-- | gcc/ira-build.c | 1 | ||||
-rw-r--r-- | gcc/ira-color.c | 1 | ||||
-rw-r--r-- | gcc/ira-conflicts.c | 1 | ||||
-rw-r--r-- | gcc/ira-costs.c | 1 | ||||
-rw-r--r-- | gcc/ira-emit.c | 1 | ||||
-rw-r--r-- | gcc/ira-int.h | 2 | ||||
-rw-r--r-- | gcc/ira-lives.c | 1 | ||||
-rw-r--r-- | gcc/ira.c | 1 | ||||
-rw-r--r-- | gcc/sched-deps.c | 1 | ||||
-rw-r--r-- | gcc/sel-sched.c | 1 | ||||
-rw-r--r-- | gcc/target-globals.c | 2 |
12 files changed, 16 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8568bc..bdaebcc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/ira-build.c b/gcc/ira-build.c index 333dfb7..9f0d7db 100644 --- a/gcc/ira-build.c +++ b/gcc/ira-build.c @@ -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" diff --git a/gcc/ira-color.c b/gcc/ira-color.c index c8f33ed..74d2c2e 100644 --- a/gcc/ira-color.c +++ b/gcc/ira-color.c @@ -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; diff --git a/gcc/ira-conflicts.c b/gcc/ira-conflicts.c index 35f120b..1625c78 100644 --- a/gcc/ira-conflicts.c +++ b/gcc/ira-conflicts.c @@ -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" diff --git a/gcc/ira-costs.c b/gcc/ira-costs.c index eded4d9..902712d 100644 --- a/gcc/ira-costs.c +++ b/gcc/ira-costs.c @@ -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" diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c index b71ebcf..fd4623a 100644 --- a/gcc/ira-emit.c +++ b/gcc/ira-emit.c @@ -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" diff --git a/gcc/ira-int.h b/gcc/ira-int.h index a993dfc..af6c92f 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.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_. */ diff --git a/gcc/ira-lives.c b/gcc/ira-lives.c index 011d513..9aaa494 100644 --- a/gcc/ira-lives.c +++ b/gcc/ira-lives.c @@ -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" diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 0a8dcb0..8a40eea 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -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" diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c index 1860444..721013f 100644 --- a/gcc/sel-sched.c +++ b/gcc/sel-sched.c @@ -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" diff --git a/gcc/target-globals.c b/gcc/target-globals.c index 8bc44ca..654a059 100644 --- a/gcc/target-globals.c +++ b/gcc/target-globals.c @@ -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 = { |