ipa-reference.c: Do not include c-common.h, include splay-tree.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 1 May 2009 20:25:26 +0000 (20:25 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 1 May 2009 20:25:26 +0000 (20:25 +0000)
* ipa-reference.c: Do not include c-common.h, include splay-tree.h.
* ipa-utils.c: Likewise.
* ipa-type-escape.c: Likewise.
* cgraphunit.c Do not include c-common.h.
* ipa-pure-const.c: Likewise.
* tree-if-conv.c: Likewise.
* matrix-reorg.c: Do not include c-common.h and c-tree.h.
* ipa-struct-reorg.c: Likewise.
* tree-nomudflap.c: Likewise.
* tree-ssa-structalias.c: Likewise.

From-SVN: r147035

gcc/ChangeLog
gcc/cgraphunit.c
gcc/ipa-pure-const.c
gcc/ipa-reference.c
gcc/ipa-struct-reorg.c
gcc/ipa-type-escape.c
gcc/ipa-utils.c
gcc/matrix-reorg.c
gcc/tree-if-conv.c
gcc/tree-nomudflap.c
gcc/tree-ssa-structalias.c

index 877b8a12538194f7d050d9422bafc6cac724b83e..0091874ee4e10f4241fe4ba78d20a6bf05d31eac 100644 (file)
@@ -1,3 +1,16 @@
+2009-05-01  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * ipa-reference.c: Do not include c-common.h, include splay-tree.h.
+       * ipa-utils.c: Likewise.
+       * ipa-type-escape.c: Likewise.
+       * cgraphunit.c Do not include c-common.h.
+       * ipa-pure-const.c: Likewise.
+       * tree-if-conv.c: Likewise.
+       * matrix-reorg.c: Do not include c-common.h and c-tree.h.
+       * ipa-struct-reorg.c: Likewise.
+       * tree-nomudflap.c: Likewise.
+       * tree-ssa-structalias.c: Likewise.
+
 2009-05-01  Steven Bosscher  <steven@gcc.gnu.org>
 
        * store-motion.c: Many cleanups to make this pass a first-class
index a99b7dfe96d49c3426b80e030a51d611dd75089d..7b87d38060d7be370672d0cd534b004493436cde 100644 (file)
@@ -126,7 +126,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "timevar.h"
 #include "params.h"
 #include "fibheap.h"
-#include "c-common.h"
 #include "intl.h"
 #include "function.h"
 #include "ipa-prop.h"
index 9575468ec7c316dae9baec7629482acc3b12c917..41791d463c5cf5a0fefba9c917ddcd21c4c600a4 100644 (file)
@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "pointer-set.h"
 #include "ggc.h"
 #include "ipa-utils.h"
-#include "c-common.h"
 #include "gimple.h"
 #include "cgraph.h"
 #include "output.h"
index 36cb5f3f5f986d24c4a7fbbdef5be553b7a1a8f8..fce851e0eef995564194539e67fb2fa6f7095f84 100644 (file)
@@ -57,10 +57,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pass.h"
 #include "langhooks.h"
 #include "pointer-set.h"
+#include "splay-tree.h"
 #include "ggc.h"
 #include "ipa-utils.h"
 #include "ipa-reference.h"
-#include "c-common.h"
 #include "gimple.h"
 #include "cgraph.h"
 #include "output.h"
index 8b5360d00e9e34128ad98725ab0e9cde85832af9..5b1670e0de18f6327c1f43361d39abd7d79f54b2 100644 (file)
@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "pointer-set.h"
 #include "hashtab.h"
-#include "c-tree.h"
 #include "toplev.h"
 #include "flags.h"
 #include "debug.h"
@@ -53,7 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "opts.h"
 #include "ipa-type-escape.h"
 #include "tree-dump.h"
-#include "c-common.h"
 #include "gimple.h"
 
 /* This optimization implements structure peeling.
index 7349f6b8478bfbbfb0575781aa1c24a25cbf7f9a..62516d0f34c9141c133e7dcb16b540bd0bbcb8ac 100644 (file)
@@ -43,10 +43,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pass.h"
 #include "langhooks.h"
 #include "pointer-set.h"
+#include "splay-tree.h"
 #include "ggc.h"
 #include "ipa-utils.h"
 #include "ipa-type-escape.h"
-#include "c-common.h"
 #include "gimple.h"
 #include "cgraph.h"
 #include "output.h"
index 97a2b3c823742ff0fae29e638b1f6e0ae544d381..5bd0b788cd1bd46d9e98a14b2c75be0295b400cd 100644 (file)
@@ -28,10 +28,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pass.h"
 #include "langhooks.h"
 #include "pointer-set.h"
+#include "splay-tree.h"
 #include "ggc.h"
 #include "ipa-utils.h"
 #include "ipa-reference.h"
-#include "c-common.h"
 #include "gimple.h"
 #include "cgraph.h"
 #include "output.h"
index 704dbe7ef8279fac12d45919e99ad3b2e64fcc9e..9c5369417f24731afccf42d14ded78a703695262 100644 (file)
@@ -115,7 +115,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "tree.h"
 #include "rtl.h"
-#include "c-tree.h"
 #include "tree-inline.h"
 #include "tree-flow.h"
 #include "tree-flow-inline.h"
@@ -131,7 +130,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "timevar.h"
 #include "params.h"
 #include "fibheap.h"
-#include "c-common.h"
 #include "intl.h"
 #include "function.h"
 #include "basic-block.h"
index f9b942a95201e7b016a999735090b0da52a468e1..70c6149a494da143b7fe50c30b3e570a8621dbd5 100644 (file)
@@ -85,7 +85,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
-#include "c-common.h"
 #include "flags.h"
 #include "timevar.h"
 #include "varray.h"
index 253dd2372e9bd9914830e4d101b7456d524798b6..1021b31757ac0b8784520e9f0c1ca21a707d0197 100644 (file)
@@ -26,8 +26,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "tree.h"
 #include "tree-inline.h"
-#include "c-tree.h"
-#include "c-common.h"
 #include "gimple.h"
 #include "diagnostic.h"
 #include "hashtab.h"
index b0768d0c20bf65488d16f20951a9fa6f37942795..3bcaeb1e011f708cf6effd08554faa980cd3270e 100644 (file)
 #include "basic-block.h"
 #include "output.h"
 #include "tree.h"
-#include "c-common.h"
 #include "tree-flow.h"
 #include "tree-inline.h"
 #include "varray.h"
-#include "c-tree.h"
 #include "diagnostic.h"
 #include "toplev.h"
 #include "gimple.h"