]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ira-int.h: Include recog.h.
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Aug 2015 21:39:03 +0000 (21:39 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Aug 2015 21:39:03 +0000 (21:39 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226876 138bc75d-0d04-0410-961f-82ee72b054a4

12 files changed:
gcc/ChangeLog
gcc/ira-build.c
gcc/ira-color.c
gcc/ira-conflicts.c
gcc/ira-costs.c
gcc/ira-emit.c
gcc/ira-int.h
gcc/ira-lives.c
gcc/ira.c
gcc/sched-deps.c
gcc/sel-sched.c
gcc/target-globals.c

index b8568bc0b8b837f0a2714b9a74b1392135f1000d..bdaebccbee88b781a1f6671b9f1ac389a41bb4fa 100644 (file)
@@ -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
index 333dfb76b10693991030283d3705f88e6d8b4984..9f0d7db828a87e1759fdcae94b1d2164d296bc89 100644 (file)
@@ -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"
index c8f33ed8d06460443d76a47d70395f1988fb8c8d..74d2c2ed6081c42c6dd8e56bbd121abbf7f26099 100644 (file)
@@ -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;
index 35f120be768b4757d844dc0802b214cf361fdb1e..1625c7869110ae2fa812d0c1e5c8e32fe3b22120 100644 (file)
@@ -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"
index eded4d9f525d48ee96e9e00f9c6f3cc13be5878e..902712d3140ff39260942f3ff7468583d0780205 100644 (file)
@@ -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"
index b71ebcf84398f01bfd884d2f0ed3ce37b66ab7f8..fd4623a4c18812c63a3ee4a517148a9fa29f1b9a 100644 (file)
@@ -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"
index a993dfcb81e1dad123dbe70672b97fe8471c51fb..af6c92fbd307c4b1b59221e416312e509afb4a3c 100644 (file)
@@ -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_.  */
 
index 011d5136492dd3981fed7b19b673437a40d0fa96..9aaa4944e249598c2ef7cf0e293ac547493d1c6e 100644 (file)
@@ -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"
index 23ed1dbcd3992aa6fe4588744ced4b635780b360..79827eb6f711daafd8fa27d31def202716bf967c 100644 (file)
--- a/gcc/ira.c
+++ b/gcc/ira.c
@@ -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"
index 0a8dcb00af94e2550d64a5f66297046c8d3994b0..8a40eea4f999f229fd9f333d2847a8f9fb6086eb 100644 (file)
@@ -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"
index 18604444b15f2c37db87faca340fbaeeb71e5d6c..721013ff4108789b3f42ba774cf0bc5e3475619a 100644 (file)
@@ -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"
index 8bc44ca1310be00424623069642feb34c17b3d15..654a059a3fc1362c47440d8f667feb66164a2541 100644 (file)
@@ -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 = {