Commit ea264ca5 by Steven Bosscher

ipa-reference.c: Do not include c-common.h, include splay-tree.h.

	* 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
parent 6c5d4d1a
2009-05-01 Steven Bosscher <steven@gcc.gnu.org> 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 * store-motion.c: Many cleanups to make this pass a first-class
citizen instead of an appendix to gcse load motion. Add TODO list citizen instead of an appendix to gcse load motion. Add TODO list
to make this pass faster/cleaner/better. to make this pass faster/cleaner/better.
......
...@@ -126,7 +126,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -126,7 +126,6 @@ along with GCC; see the file COPYING3. If not see
#include "timevar.h" #include "timevar.h"
#include "params.h" #include "params.h"
#include "fibheap.h" #include "fibheap.h"
#include "c-common.h"
#include "intl.h" #include "intl.h"
#include "function.h" #include "function.h"
#include "ipa-prop.h" #include "ipa-prop.h"
......
...@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3. If not see
#include "pointer-set.h" #include "pointer-set.h"
#include "ggc.h" #include "ggc.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "c-common.h"
#include "gimple.h" #include "gimple.h"
#include "cgraph.h" #include "cgraph.h"
#include "output.h" #include "output.h"
......
...@@ -57,10 +57,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -57,10 +57,10 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pass.h" #include "tree-pass.h"
#include "langhooks.h" #include "langhooks.h"
#include "pointer-set.h" #include "pointer-set.h"
#include "splay-tree.h"
#include "ggc.h" #include "ggc.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "ipa-reference.h" #include "ipa-reference.h"
#include "c-common.h"
#include "gimple.h" #include "gimple.h"
#include "cgraph.h" #include "cgraph.h"
#include "output.h" #include "output.h"
......
...@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see
#include "langhooks.h" #include "langhooks.h"
#include "pointer-set.h" #include "pointer-set.h"
#include "hashtab.h" #include "hashtab.h"
#include "c-tree.h"
#include "toplev.h" #include "toplev.h"
#include "flags.h" #include "flags.h"
#include "debug.h" #include "debug.h"
...@@ -53,7 +52,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -53,7 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "opts.h" #include "opts.h"
#include "ipa-type-escape.h" #include "ipa-type-escape.h"
#include "tree-dump.h" #include "tree-dump.h"
#include "c-common.h"
#include "gimple.h" #include "gimple.h"
/* This optimization implements structure peeling. /* This optimization implements structure peeling.
......
...@@ -43,10 +43,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -43,10 +43,10 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pass.h" #include "tree-pass.h"
#include "langhooks.h" #include "langhooks.h"
#include "pointer-set.h" #include "pointer-set.h"
#include "splay-tree.h"
#include "ggc.h" #include "ggc.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "ipa-type-escape.h" #include "ipa-type-escape.h"
#include "c-common.h"
#include "gimple.h" #include "gimple.h"
#include "cgraph.h" #include "cgraph.h"
#include "output.h" #include "output.h"
......
...@@ -28,10 +28,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -28,10 +28,10 @@ along with GCC; see the file COPYING3. If not see
#include "tree-pass.h" #include "tree-pass.h"
#include "langhooks.h" #include "langhooks.h"
#include "pointer-set.h" #include "pointer-set.h"
#include "splay-tree.h"
#include "ggc.h" #include "ggc.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#include "ipa-reference.h" #include "ipa-reference.h"
#include "c-common.h"
#include "gimple.h" #include "gimple.h"
#include "cgraph.h" #include "cgraph.h"
#include "output.h" #include "output.h"
......
...@@ -115,7 +115,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -115,7 +115,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h" #include "tm.h"
#include "tree.h" #include "tree.h"
#include "rtl.h" #include "rtl.h"
#include "c-tree.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "tree-flow.h" #include "tree-flow.h"
#include "tree-flow-inline.h" #include "tree-flow-inline.h"
...@@ -131,7 +130,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -131,7 +130,6 @@ along with GCC; see the file COPYING3. If not see
#include "timevar.h" #include "timevar.h"
#include "params.h" #include "params.h"
#include "fibheap.h" #include "fibheap.h"
#include "c-common.h"
#include "intl.h" #include "intl.h"
#include "function.h" #include "function.h"
#include "basic-block.h" #include "basic-block.h"
......
...@@ -85,7 +85,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -85,7 +85,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#include "tree.h" #include "tree.h"
#include "c-common.h"
#include "flags.h" #include "flags.h"
#include "timevar.h" #include "timevar.h"
#include "varray.h" #include "varray.h"
......
...@@ -26,8 +26,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -26,8 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h" #include "tm.h"
#include "tree.h" #include "tree.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "c-tree.h"
#include "c-common.h"
#include "gimple.h" #include "gimple.h"
#include "diagnostic.h" #include "diagnostic.h"
#include "hashtab.h" #include "hashtab.h"
......
...@@ -32,11 +32,9 @@ ...@@ -32,11 +32,9 @@
#include "basic-block.h" #include "basic-block.h"
#include "output.h" #include "output.h"
#include "tree.h" #include "tree.h"
#include "c-common.h"
#include "tree-flow.h" #include "tree-flow.h"
#include "tree-inline.h" #include "tree-inline.h"
#include "varray.h" #include "varray.h"
#include "c-tree.h"
#include "diagnostic.h" #include "diagnostic.h"
#include "toplev.h" #include "toplev.h"
#include "gimple.h" #include "gimple.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment