]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-outof-ssa.h: Remove include files.
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 12:55:50 +0000 (12:55 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 12:55:50 +0000 (12:55 +0000)
* tree-outof-ssa.c: Add required include files from tree-outof-ssa.h.
* expr.c: Likewise.
* tree-ssa-coalesce.c: Likewise.
* cfgexpand.c: Likewise.
* tree-ssa-ter.c: Likewise.
* ipa-prop.h: Remove gimple.h and tree-core.h from include list.
* lto-streamer.h: Likewise.
* cgraphbuild.c: Add gimple.h to include list.
* data-streamer-in.c: Likewise.
* ipa-cp.c: Likewise.
* tree-streamer.c: Likewise.
* lto-compress.c: Likewise.
* ipa-reference.c: Likewise.
* data-streamer-out.c: Likewise.
* lto-cgraph.c: Likewise.
* cgraphclones.c: Likewise.
* ipa-utils.c: Likewise.
* data-streamer.c: Likewise.
* ipa-split.c: Likewise.
* lto-section-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* ipa-prop.c: Likewise.
* tree-streamer-in.c: Likewise.
* symtab.c: Likewise.
* opts-global.c: Likewise.
* lto-opts.c: Likewise.
* lto-section-out.c: Likewise.
* lto-streamer.c: Likewise.
* rtl.h: Add tree-core.h to include list.
* expr.h: Remove tree-core.h from include list.
* gimple.h: Likewise.
* ipa-utils.h: Likewise.
* streamer-hooks.h: Likewise.
* streamer-hooks.c: Include input.h.

* lto/lto-object.c: Add gimple.h to include list.
* lto/lto-partition.c: Likewise.

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

39 files changed:
gcc/ChangeLog
gcc/cfgexpand.c
gcc/cgraphbuild.c
gcc/cgraphclones.c
gcc/data-streamer-in.c
gcc/data-streamer-out.c
gcc/data-streamer.c
gcc/expr.c
gcc/expr.h
gcc/gimple.h
gcc/ipa-cp.c
gcc/ipa-prop.c
gcc/ipa-prop.h
gcc/ipa-reference.c
gcc/ipa-split.c
gcc/ipa-utils.c
gcc/ipa-utils.h
gcc/lto-cgraph.c
gcc/lto-compress.c
gcc/lto-opts.c
gcc/lto-section-in.c
gcc/lto-section-out.c
gcc/lto-streamer.c
gcc/lto-streamer.h
gcc/lto/ChangeLog
gcc/lto/lto-object.c
gcc/lto/lto-partition.c
gcc/opts-global.c
gcc/rtl.h
gcc/streamer-hooks.c
gcc/streamer-hooks.h
gcc/symtab.c
gcc/tree-outof-ssa.c
gcc/tree-outof-ssa.h
gcc/tree-ssa-coalesce.c
gcc/tree-ssa-ter.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree-streamer.c

index 5855f116b1e23d337efdefe4351b63c9ee97f25b..a683e9a2546f133a203da1c10665f83a1e6d267a 100644 (file)
@@ -1,3 +1,41 @@
+2013-10-29  Andrew MacLeod  <amacleod@redhat.com>
+
+       * tree-outof-ssa.h: Remove include files.
+       * tree-outof-ssa.c: Add required include files from tree-outof-ssa.h.
+       * expr.c: Likewise.
+       * tree-ssa-coalesce.c: Likewise.
+       * cfgexpand.c: Likewise.
+       * tree-ssa-ter.c: Likewise.
+       * ipa-prop.h: Remove gimple.h and tree-core.h from include list.
+       * lto-streamer.h: Likewise.
+       * cgraphbuild.c: Add gimple.h to include list.
+       * data-streamer-in.c: Likewise.
+       * ipa-cp.c: Likewise.
+       * tree-streamer.c: Likewise.
+       * lto-compress.c: Likewise.
+       * ipa-reference.c: Likewise.
+       * data-streamer-out.c: Likewise.
+       * lto-cgraph.c: Likewise.
+       * cgraphclones.c: Likewise.
+       * ipa-utils.c: Likewise.
+       * data-streamer.c: Likewise.
+       * ipa-split.c: Likewise.
+       * lto-section-in.c: Likewise.
+       * tree-streamer-out.c: Likewise.
+       * ipa-prop.c: Likewise.
+       * tree-streamer-in.c: Likewise.
+       * symtab.c: Likewise.
+       * opts-global.c: Likewise.
+       * lto-opts.c: Likewise.
+       * lto-section-out.c: Likewise.
+       * lto-streamer.c: Likewise.
+       * rtl.h: Add tree-core.h to include list.
+       * expr.h: Remove tree-core.h from include list.
+       * gimple.h: Likewise.
+       * ipa-utils.h: Likewise.
+       * streamer-hooks.h: Likewise.
+       * streamer-hooks.c: Include input.h.
+
 2013-10-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/arm/arm.c (cortexa7_extra_costs): New table.
index 97050360f2b6391d69a220b3cf65484924706558..c312c37c63486c52626de95f2513494cc5483648 100644 (file)
@@ -49,6 +49,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-inline.h"
 #include "value-prof.h"
 #include "target.h"
+#include "tree-ssa-live.h"
 #include "tree-outof-ssa.h"
 #include "sbitmap.h"
 #include "cfgloop.h"
index be2d79eeabfa338ab7ed18bebe871e9ddac8c061..f033bddfd530b52009d0f8b2669463eca3873303 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "langhooks.h"
 #include "pointer-set.h"
 #include "intl.h"
index 800dd2c57a5c0cb9121b382fa5486a06e0983151..05a9067b3bdb59d0d6bccda1d9df96fcb0a3d4e7 100644 (file)
@@ -69,6 +69,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "rtl.h"
 #include "bitmap.h"
 #include "tree-cfg.h"
index 84db7cfc7c3ad5135c1a521a29f440c88537d2c2..842424869412e9f7fe843192d8cd85d3c37a960f 100644 (file)
@@ -25,6 +25,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "diagnostic.h"
 #include "tree.h"
+#include "gimple.h"
 #include "data-streamer.h"
 
 /* Read a string from the string table in DATA_IN using input block
index 2e55e3df759ab6d997716ede04f326d5e9aecd57..fbbe0db27592ccc178f50d8bb8533a129faba338 100644 (file)
@@ -24,6 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "data-streamer.h"
 
 /* Return index used to reference STRING of LEN characters in the string table
index 5915a416a043ea5b76e13354c8f8f55344e89b00..675b5093314889bcd91616cd7a9d7837b454b23b 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "data-streamer.h"
 
 /* Pack WORK into BP in a variant of uleb format.  */
index 4bb4d666968f3c091e05d5974953a246c1863b20..89e3979bd8c302a70f9caf8772a858a929e711cb 100644 (file)
@@ -52,6 +52,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "timevar.h"
 #include "df.h"
 #include "diagnostic.h"
+#include "tree-ssa-live.h"
 #include "tree-outof-ssa.h"
 #include "target-globals.h"
 #include "params.h"
index 56f504ac1552b1308a78137bfa94af96f2fe22ee..2d7916488783c48c18d7b314e1962ca4ad051b4c 100644 (file)
@@ -26,9 +26,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "rtl.h"
 /* For optimize_size */
 #include "flags.h"
-/* For host_integerp, tree_low_cst, fold_convert, size_binop, ssize_int,
-   TREE_CODE, TYPE_SIZE, int_size_in_bytes,    */
-#include "tree-core.h"
 /* For GET_MODE_BITSIZE, word_mode */
 #include "machmode.h"
 
index fef64cdb8708b47da7b6d47c53bd96be557f7161..e34411dfe6189eb8e073894ee8699d252b40f650 100644 (file)
@@ -27,7 +27,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "vec.h"
 #include "ggc.h"
 #include "basic-block.h"
-#include "tree-core.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-fold.h"
index 57ec2dbd98a2b8523d2d589a4fac6f20a0d1a599..aa19b44810d626ea701609e057f068fea4e70543 100644 (file)
@@ -104,6 +104,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "target.h"
 #include "ipa-prop.h"
 #include "bitmap.h"
index 9a4b528169afbcae8c4fd2ace14599f5339d4a48..aa3fd3b72f227c2730d3589cf9b89e22db62e74f 100644 (file)
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "langhooks.h"
 #include "ggc.h"
 #include "target.h"
index 363d035b2cb4fd4814529372fa4c588365ccd2ab..4da22a1c05d200225c17c611b59da0d6730147b5 100644 (file)
@@ -20,10 +20,8 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef IPA_PROP_H
 #define IPA_PROP_H
 
-#include "tree-core.h"
 #include "vec.h"
 #include "cgraph.h"
-#include "gimple.h"
 #include "alloc-pool.h"
 
 /* The following definitions and interfaces are used by
index b3e137e10151b99829b7363de408053d14303ee8..4aa2655577c248c098476fa0ccb95667aedbcf5e 100644 (file)
@@ -41,6 +41,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "tree-inline.h"
 #include "tree-pass.h"
 #include "pointer-set.h"
index 3bec895180c36af89f94f4477d4150318aa4123d..1a974fa4b3e33a4f562238def88c2c17fa4a7773 100644 (file)
@@ -78,6 +78,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "target.h"
 #include "ipa-prop.h"
 #include "gimple-ssa.h"
index a99d3513129e0a489dcec5f8bdbb9e50edebba5f..d33beec1188a675d1c90218a2d41ae902e37e957 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "tree-inline.h"
 #include "dumpfile.h"
 #include "langhooks.h"
index d2424f75e57c582277bee440d111d160e3ff8bbd..cc72619348e9d899c81285881754d9d77b316642 100644 (file)
@@ -20,7 +20,6 @@ along with GCC; see the file COPYING3.  If not see
 
 #ifndef GCC_IPA_UTILS_H
 #define GCC_IPA_UTILS_H
-#include "tree-core.h"
 #include "cgraph.h"
 
 struct ipa_dfs_info {
index 3d32fe4ffa55a7e0bcf25655b78dc612725b62f8..e02fa9ed30160929cf8f2ee2b5a937fb5c4d6a78 100644 (file)
@@ -25,6 +25,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "expr.h"
 #include "flags.h"
 #include "params.h"
index 238bb64574e4e87bd04a4ceec244d8715bac3557..3a67616cf8b273da0e3e824177b3877007229d61 100644 (file)
@@ -28,6 +28,7 @@ along with GCC; see the file COPYING3.  If not see
 #include <zlib.h>
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "diagnostic-core.h"
 #include "langhooks.h"
 #include "lto-streamer.h"
index 4d9cdfd07eb3019b32f5d7a438970774ae196d57..0a63f89c88275e5d920edce7abe036f61eec9129 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "hashtab.h"
 #include "ggc.h"
 #include "vec.h"
index 2288e86d0a977d1583f253c5753e482d3186ba6f..2d062e854d801c7767d1d85dc255b5abd72cd25b 100644 (file)
@@ -24,6 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "expr.h"
 #include "flags.h"
 #include "params.h"
index 37e9c4e3be05919591606e3e088ceba6af9b60df..4a2867376d5fe87100374b06974880b4405b937a 100644 (file)
@@ -24,6 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "expr.h"
 #include "params.h"
 #include "input.h"
index 14d51ce766ee07aadb39c566a4082ffe6262069d..1540e4c4be8a223e9763ce3e648ab44855a78cdb 100644 (file)
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "toplev.h"
 #include "flags.h"
 #include "tree.h"
+#include "gimple.h"
 #include "bitmap.h"
 #include "diagnostic-core.h"
 #include "vec.h"
index de428928d1ea5ea016c30bc5df84610ff848ce41..86616d931bf992be1d8e7a3b3f302f1b2f002753 100644 (file)
@@ -25,8 +25,6 @@ along with GCC; see the file COPYING3.  If not see
 
 #include "plugin-api.h"
 #include "hash-table.h"
-#include "tree-core.h"
-#include "gimple.h"
 #include "target.h"
 #include "cgraph.h"
 #include "vec.h"
index 6314ce0bba00b192a0d77fefc0dcaa4500c25db2..65ea3a39afed297416a448026a5761c48f5d68a8 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-29  Andrew MacLeod  <amacleod@redhat.com>
+
+       * lto/lto-object.c: Add gimple.h to include list.
+       * lto/lto-partition.c: Likewise.
+
 2013-10-18  Andrew MacLeod  <amacleod@redhat.com>
 
        * lto.c: Remove tree-flow.h from include list.
index 2f51952ef760e5addd1c3323825754ecfaa34a4b..19f10ccb978317f90639e0c0e31fa78ea8a32c41 100644 (file)
@@ -22,6 +22,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "diagnostic-core.h"
 #include "lto.h"
 #include "tm.h"
index e05f805fea448d2874d2240ff13eec76786c13ca..e131d069b76f3ea992421dbcc22f7352ceb4a356 100644 (file)
@@ -22,6 +22,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "toplev.h"
 #include "tree.h"
+#include "gimple.h"
 #include "tm.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
index 8ce705ea6369ac07be91569d417e5ade3b4c093b..ba1bb4c11fd5407d3dd54bd7c47400d1a451baee 100644 (file)
@@ -26,6 +26,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "ggc.h"
 #include "tree.h" /* Required by langhooks.h.  */
+#include "gimple.h"
 #include "langhooks.h"
 #include "tm.h" /* Required by rtl.h.  */
 #include "rtl.h"
index 247a0d0670183a3a7d57f9968fc78b7e0f4a1bc3..b7b3516314b11e0770fd3b72ef809592f25ab9db 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -29,6 +29,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "alias.h"
 #include "hashtab.h"
 #include "flags.h"
+#include "tree-core.h"
 
 /* Value used by some passes to "recognize" noop moves as valid
  instructions.  */
index 86fc10b75b30318f35cb8cf66ea2e3ae72b408a5..c4f8475ddd8536b4a5b6a7a861f41f3087bf75a1 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "input.h"
 #include "streamer-hooks.h"
 
 /* Streamer hooks.  */
index aeb86b911f22b5009b6e5ccfb563019f2b7f90b1..afbe013263969f39dd4050d2bd433e87488ef107 100644 (file)
@@ -23,8 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_STREAMER_HOOKS_H
 #define GCC_STREAMER_HOOKS_H
 
-#include "tree-core.h"
-
 /* Forward declarations to avoid including unnecessary headers.  */
 struct output_block;
 struct lto_input_block;
index 62fe166bd61a6dadba5f4dff0a635456a208bd9b..acffbdd6f654eb9e024ec7c8d47502abf7015244 100644 (file)
@@ -23,6 +23,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "gimple.h"
 #include "tree-inline.h"
 #include "langhooks.h"
 #include "hashtab.h"
index 98a0c2ce9e82ee4d8983d587171208cfe62ad1b0..1e982857e14122e55751ddb8dd569ecc05268602 100644 (file)
@@ -36,6 +36,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssanames.h"
 #include "dumpfile.h"
 #include "diagnostic-core.h"
+#include "tree-ssa-live.h"
+#include "tree-ssa-ter.h"
+#include "tree-ssa-coalesce.h"
 #include "tree-outof-ssa.h"
 
 /* FIXME: A lot of code here deals with expanding to RTL.  All that code
index 8c37f55ce50c67102d1a0751e818ee7251631243..69a329f8b2f47917a22eea088a1067d18e3c4147 100644 (file)
@@ -21,9 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_TREE_OUTOF_SSA_H
 #define GCC_TREE_OUTOF_SSA_H
 
-#include "tree-ssa-live.h"
-#include "tree-ssa-ter.h"
-#include "tree-ssa-coalesce.h"
 
 /* This structure (of which only a singleton SA exists) is used to
    pass around information between the outof-SSA functions, cfgexpand
index c92c7c5f4d539594ffe6df7a67d0e17faec6c4f8..c445c78626e2247f0659cbc957bb675c2ae81eeb 100644 (file)
@@ -33,7 +33,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "ssa-iterators.h"
 #include "tree-ssanames.h"
 #include "hash-table.h"
-#include "tree-outof-ssa.h"
+#include "tree-ssa-live.h"
+#include "tree-ssa-coalesce.h"
 #include "diagnostic-core.h"
 
 
index d45307725cc8cb9859e7c162bb9684cc4f7f9bbb..6090c5ff5f536db6f744729df3571981caf030ac 100644 (file)
@@ -32,6 +32,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "ssa-iterators.h"
 #include "tree-ssanames.h"
 #include "dumpfile.h"
+#include "tree-ssa-live.h"
+#include "tree-ssa-ter.h"
 #include "tree-outof-ssa.h"
 #include "flags.h"
 
index 70162f248f9de7504c6445998e8dab892ef9a1a3..92598e39941eb6a51adfd905a8bf321f83c59e56 100644 (file)
@@ -24,6 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "diagnostic.h"
 #include "tree.h"
+#include "gimple.h"
 #include "tree-streamer.h"
 #include "data-streamer.h"
 #include "streamer-hooks.h"
index 942ba1ee44fda3f4ab4605cb6fc5f6d2a2fd5a0d..ea1a0546516d1023821b018ed9a7e8a53887daa1 100644 (file)
@@ -25,6 +25,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "diagnostic.h"
 #include "tree.h"
+#include "gimple.h"
 #include "tree-streamer.h"
 #include "data-streamer.h"
 #include "streamer-hooks.h"
index 55c9ad571f677bbe71891f4bd777bfca9722b1e3..8534f4a9b8b4c6abe70a387dd17ed386c650fc6f 100644 (file)
@@ -24,6 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
+#include "gimple.h"
 #include "streamer-hooks.h"
 #include "tree-streamer.h"