function.h (ipa_opt_pass, [...]): Move forward declarations.
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 25 Jun 2015 18:32:38 +0000 (18:32 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 25 Jun 2015 18:32:38 +0000 (18:32 +0000)
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
* cgraph.h: Include ipa-ref.h and plugin-api.h.
(ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
(symtab_node::address_can_be_compared_p): Move function.
* cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
definition here.
* asan.c: Remove ipa-ref.h and plugin-api.h from include list.
* auto-profile.c: Likewise.
* bb-reorder.c: Likewise.
* builtins.c: Likewise.
* calls.c: Likewise.
* cfgexpand.c: Likewise.
* cgraphbuild.c: Likewise.
* cgraphclones.c: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* coverage.c: Likewise.
* data-streamer-in.c: Likewise.
* data-streamer-out.c: Likewise.
* data-streamer.c: Likewise.
* dbxout.c: Likewise.
* dwarf2out.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* final.c: Likewise.
* fold-const.c: Likewise.
* ggc-page.c: Likewise.
* gimple-fold.c: Likewise.
* gimple-iterator.c: Likewise.
* gimple-pretty-print.c: Likewise.
* gimple-streamer-in.c: Likewise.
* gimple-streamer-out.c: Likewise.
* gimple.c: Likewise.
* gimplify.c: Likewise.
* ipa-chkp.c: Likewise.
* ipa-comdats.c: Likewise.
* ipa-cp.c: Likewise.
* ipa-devirt.c: Likewise.
* ipa-icf-gimple.c: Likewise.
* ipa-icf.c: Likewise.
* ipa-inline-analysis.c: Likewise.
* ipa-inline-transform.c: Likewise.
* ipa-inline.c: Likewise.
* ipa-polymorphic-call.c: Likewise.
* ipa-profile.c: Likewise.
* ipa-prop.c: Likewise.
* ipa-pure-const.c: Likewise.
* ipa-ref.c: Likewise.
* ipa-reference.c: Likewise.
* ipa-split.c: Likewise.
* ipa-utils.c: Likewise.
* ipa-visibility.c: Likewise.
* ipa.c: Likewise.
* langhooks.c: Likewise.
* lto-cgraph.c: Likewise.
* lto-compress.c: Likewise.
* lto-opts.c: Likewise.
* lto-section-in.c: Likewise.
* lto-section-out.c: Likewise.
* lto-streamer-in.c: Likewise.
* lto-streamer-out.c: Likewise.
* lto-streamer.c: Likewise.
* omp-low.c: Likewise.
* opts-global.c: Likewise.
* passes.c: Likewise.
* predict.c: Likewise.
* print-tree.c: Likewise.
* profile.c: Likewise.
* ree.c: Likewise.
* sanopt.c: Likewise.
* stor-layout.c: Likewise.
* symtab.c: Likewise.
* toplev.c: Likewise.
* trans-mem.c: Likewise.
* tree-cfg.c: Likewise.
* tree-chkp.c: Likewise.
* tree-eh.c: Likewise.
* tree-emutls.c: Likewise.
* tree-inline.c: Likewise.
* tree-nested.c: Likewise.
* tree-parloops.c: Likewise.
* tree-pretty-print.c: Likewise.
* tree-profile.c: Likewise.
* tree-sra.c: Likewise.
* tree-ssa-alias.c: Likewise.
* tree-ssa-live.c: Likewise.
* tree-ssa-loop-ivcanon.c: Likewise.
* tree-ssa-loop-ivopts.c: Likewise.
* tree-ssa-pre.c: Likewise.
* tree-ssa-sccvn.c: Likewise.
* tree-ssa-strlen.c: Likewise.
* tree-ssa-structalias.c: Likewise.
* tree-streamer-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* tree-streamer.c: Likewise.
* tree-switch-conversion.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vect-data-refs.c: Likewise.
* tree-vect-stmts.c: Likewise.
* tree-vectorizer.c: Likewise.
* tree.c: Likewise.
* tsan.c: Likewise.
* ubsan.c: Likewise.
* value-prof.c: Likewise.
* varasm.c: Likewise.
* varpool.c: Likewise.
* config/arm/arm.c: Likewise.
* config/bfin/bfin.c: Likewise.
* config/c6x/c6x.c: Likewise.
* config/cris/cris.c: Likewise.
* config/darwin-c.c: Likewise.
* config/darwin.c: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/winnt.c: Likewise.
* config/microblaze/microblaze.c: Likewise.
* config/mips/mips.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rx/rx.c: Likewise.
* config/s390/s390.c: Likewise.
* config/tilegx/mul-tables.c: Likewise.

ada
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* gcc-interface/trans.c: Remove ipa-ref.h and plugin-api.h from include
list.
* gcc-interface/utils.c: Likewise.

c
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* c-decl.c: Remove ipa-ref.h and plugin-api.h from include list.
* c-parser.c: Likewise.

c-family
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
* c-gimplify.c: Likewise.
* c-pragma.c: Likewise.
* c-ubsan.c: Likewise.
* cilk.c: Likewise.

cp
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* call.c: Remove ipa-ref.h and plugin-api.h from include list.
* class.c: Likewise.
* cp-ubsan.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* lambda.c: Likewise.
* mangle.c: Likewise.
* method.c: Likewise.
* optimize.c: Likewise.
* parser.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* vtable-class-hierarchy.c: Likewise.

fortran
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* f95-lang.c: Remove ipa-ref.h and plugin-api.h from include list.
* trans-decl.c: Likewise.

go
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* go-gcc.cc: Remove ipa-ref.h and plugin-api.h from include list.

java
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* class.c: Remove ipa-ref.h and plugin-api.h from include list.
* decl.c: Likewise.
* jcf-parse.c: Likewise.
* resource.c: Likewise.

jit
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* dummy-frontend.c: Remove ipa-ref.h and plugin-api.h from include list.
* jit-playback.c: Likewise.

lto
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* lto-lang.c: Remove ipa-ref.h and plugin-api.h from include list.
* lto-object.c: Likewise.
* lto-partition.c: Likewise.
* lto-symtab.c: Likewise.
* lto-tree.h: Likewise.
* lto.c: Likewise.

objc
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* objc-act.c: Remove ipa-ref.h and plugin-api.h from include list.

From-SVN: r224986

166 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/asan.c
gcc/auto-profile.c
gcc/bb-reorder.c
gcc/builtins.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c-gimplify.c
gcc/c-family/c-pragma.c
gcc/c-family/c-ubsan.c
gcc/c-family/cilk.c
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/c/c-parser.c
gcc/calls.c
gcc/cfgexpand.c
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphbuild.c
gcc/cgraphclones.c
gcc/cgraphunit.c
gcc/combine.c
gcc/config/arm/arm.c
gcc/config/bfin/bfin.c
gcc/config/c6x/c6x.c
gcc/config/cris/cris.c
gcc/config/darwin-c.c
gcc/config/darwin.c
gcc/config/i386/i386.c
gcc/config/i386/winnt.c
gcc/config/microblaze/microblaze.c
gcc/config/mips/mips.c
gcc/config/rs6000/rs6000.c
gcc/config/rx/rx.c
gcc/config/s390/s390.c
gcc/config/tilegx/mul-tables.c
gcc/coverage.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-ubsan.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/lambda.c
gcc/cp/mangle.c
gcc/cp/method.c
gcc/cp/optimize.c
gcc/cp/parser.c
gcc/cp/semantics.c
gcc/cp/tree.c
gcc/cp/vtable-class-hierarchy.c
gcc/data-streamer-in.c
gcc/data-streamer-out.c
gcc/data-streamer.c
gcc/dbxout.c
gcc/dwarf2out.c
gcc/except.c
gcc/expr.c
gcc/final.c
gcc/fold-const.c
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/fortran/trans-decl.c
gcc/function.h
gcc/ggc-page.c
gcc/gimple-fold.c
gcc/gimple-iterator.c
gcc/gimple-pretty-print.c
gcc/gimple-streamer-in.c
gcc/gimple-streamer-out.c
gcc/gimple.c
gcc/gimplify.c
gcc/go/ChangeLog
gcc/go/go-gcc.cc
gcc/ipa-chkp.c
gcc/ipa-comdats.c
gcc/ipa-cp.c
gcc/ipa-devirt.c
gcc/ipa-icf-gimple.c
gcc/ipa-icf.c
gcc/ipa-inline-analysis.c
gcc/ipa-inline-transform.c
gcc/ipa-inline.c
gcc/ipa-polymorphic-call.c
gcc/ipa-profile.c
gcc/ipa-prop.c
gcc/ipa-pure-const.c
gcc/ipa-ref.c
gcc/ipa-reference.c
gcc/ipa-split.c
gcc/ipa-utils.c
gcc/ipa-visibility.c
gcc/ipa.c
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/jcf-parse.c
gcc/java/resource.c
gcc/jit/ChangeLog
gcc/jit/dummy-frontend.c
gcc/jit/jit-playback.c
gcc/langhooks.c
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-in.c
gcc/lto-streamer-out.c
gcc/lto-streamer.c
gcc/lto/ChangeLog
gcc/lto/lto-lang.c
gcc/lto/lto-object.c
gcc/lto/lto-partition.c
gcc/lto/lto-symtab.c
gcc/lto/lto-tree.h
gcc/lto/lto.c
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/omp-low.c
gcc/opts-global.c
gcc/passes.c
gcc/predict.c
gcc/print-tree.c
gcc/profile.c
gcc/ree.c
gcc/sanopt.c
gcc/stor-layout.c
gcc/symtab.c
gcc/toplev.c
gcc/trans-mem.c
gcc/tree-cfg.c
gcc/tree-chkp.c
gcc/tree-eh.c
gcc/tree-emutls.c
gcc/tree-inline.c
gcc/tree-nested.c
gcc/tree-parloops.c
gcc/tree-pretty-print.c
gcc/tree-profile.c
gcc/tree-sra.c
gcc/tree-ssa-alias.c
gcc/tree-ssa-live.c
gcc/tree-ssa-loop-ivcanon.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-pre.c
gcc/tree-ssa-sccvn.c
gcc/tree-ssa-strlen.c
gcc/tree-ssa-structalias.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree-streamer.c
gcc/tree-switch-conversion.c
gcc/tree-tailcall.c
gcc/tree-vect-data-refs.c
gcc/tree-vect-stmts.c
gcc/tree-vectorizer.c
gcc/tree.c
gcc/tsan.c
gcc/ubsan.c
gcc/value-prof.c
gcc/varasm.c
gcc/varpool.c

index adf043fd8eccb089c3331e2e67b68bd43def14ab..4f65eef75f3dffb976642447288dc2d26c66b24e 100644 (file)
@@ -1,3 +1,126 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
+       * cgraph.h: Include ipa-ref.h and plugin-api.h.
+       (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
+       (symtab_node::address_can_be_compared_p): Move function.
+       * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
+       definition here.
+       * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * auto-profile.c: Likewise.
+       * bb-reorder.c: Likewise.
+       * builtins.c: Likewise.
+       * calls.c: Likewise.
+       * cfgexpand.c: Likewise.
+       * cgraphbuild.c: Likewise.
+       * cgraphclones.c: Likewise.
+       * cgraphunit.c: Likewise.
+       * combine.c: Likewise.
+       * coverage.c: Likewise.
+       * data-streamer-in.c: Likewise.
+       * data-streamer-out.c: Likewise.
+       * data-streamer.c: Likewise.
+       * dbxout.c: Likewise.
+       * dwarf2out.c: Likewise.
+       * except.c: Likewise.
+       * expr.c: Likewise.
+       * final.c: Likewise.
+       * fold-const.c: Likewise.
+       * ggc-page.c: Likewise.
+       * gimple-fold.c: Likewise.
+       * gimple-iterator.c: Likewise.
+       * gimple-pretty-print.c: Likewise.
+       * gimple-streamer-in.c: Likewise.
+       * gimple-streamer-out.c: Likewise.
+       * gimple.c: Likewise.
+       * gimplify.c: Likewise.
+       * ipa-chkp.c: Likewise.
+       * ipa-comdats.c: Likewise.
+       * ipa-cp.c: Likewise.
+       * ipa-devirt.c: Likewise.
+       * ipa-icf-gimple.c: Likewise.
+       * ipa-icf.c: Likewise.
+       * ipa-inline-analysis.c: Likewise.
+       * ipa-inline-transform.c: Likewise.
+       * ipa-inline.c: Likewise.
+       * ipa-polymorphic-call.c: Likewise.
+       * ipa-profile.c: Likewise.
+       * ipa-prop.c: Likewise.
+       * ipa-pure-const.c: Likewise.
+       * ipa-ref.c: Likewise.
+       * ipa-reference.c: Likewise.
+       * ipa-split.c: Likewise.
+       * ipa-utils.c: Likewise.
+       * ipa-visibility.c: Likewise.
+       * ipa.c: Likewise.
+       * langhooks.c: Likewise.
+       * lto-cgraph.c: Likewise.
+       * lto-compress.c: Likewise.
+       * lto-opts.c: Likewise.
+       * lto-section-in.c: Likewise.
+       * lto-section-out.c: Likewise.
+       * lto-streamer-in.c: Likewise.
+       * lto-streamer-out.c: Likewise.
+       * lto-streamer.c: Likewise.
+       * omp-low.c: Likewise.
+       * opts-global.c: Likewise.
+       * passes.c: Likewise.
+       * predict.c: Likewise.
+       * print-tree.c: Likewise.
+       * profile.c: Likewise.
+       * ree.c: Likewise.
+       * sanopt.c: Likewise.
+       * stor-layout.c: Likewise.
+       * symtab.c: Likewise.
+       * toplev.c: Likewise.
+       * trans-mem.c: Likewise.
+       * tree-cfg.c: Likewise.
+       * tree-chkp.c: Likewise.
+       * tree-eh.c: Likewise.
+       * tree-emutls.c: Likewise.
+       * tree-inline.c: Likewise.
+       * tree-nested.c: Likewise.
+       * tree-parloops.c: Likewise.
+       * tree-pretty-print.c: Likewise.
+       * tree-profile.c: Likewise.
+       * tree-sra.c: Likewise.
+       * tree-ssa-alias.c: Likewise.
+       * tree-ssa-live.c: Likewise.
+       * tree-ssa-loop-ivcanon.c: Likewise.
+       * tree-ssa-loop-ivopts.c: Likewise.
+       * tree-ssa-pre.c: Likewise.
+       * tree-ssa-sccvn.c: Likewise.
+       * tree-ssa-strlen.c: Likewise.
+       * tree-ssa-structalias.c: Likewise.
+       * tree-streamer-in.c: Likewise.
+       * tree-streamer-out.c: Likewise.
+       * tree-streamer.c: Likewise.
+       * tree-switch-conversion.c: Likewise.
+       * tree-tailcall.c: Likewise.
+       * tree-vect-data-refs.c: Likewise.
+       * tree-vect-stmts.c: Likewise.
+       * tree-vectorizer.c: Likewise.
+       * tree.c: Likewise.
+       * tsan.c: Likewise.
+       * ubsan.c: Likewise.
+       * value-prof.c: Likewise.
+       * varasm.c: Likewise.
+       * varpool.c: Likewise.
+       * config/arm/arm.c: Likewise.
+       * config/bfin/bfin.c: Likewise.
+       * config/c6x/c6x.c: Likewise.
+       * config/cris/cris.c: Likewise.
+       * config/darwin-c.c: Likewise.
+       * config/darwin.c: Likewise.
+       * config/i386/i386.c: Likewise.
+       * config/i386/winnt.c: Likewise.
+       * config/microblaze/microblaze.c: Likewise.
+       * config/mips/mips.c: Likewise.
+       * config/rs6000/rs6000.c: Likewise.
+       * config/rx/rx.c: Likewise.
+       * config/s390/s390.c: Likewise.
+       * config/tilegx/mul-tables.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * config/aarch64/aarch64.c, config/alpha/alpha.c,
index d07340a459c2e6046f7e522660fe26148b6ea74e..3926d2df39fdabb6783da29ff00a35bfc6d47dfe 100644 (file)
@@ -1,3 +1,9 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * gcc-interface/trans.c: Remove ipa-ref.h and plugin-api.h from include
+       list.
+       * gcc-interface/utils.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * gcc-interface/decl.c (value_annotation_hasher): Inherit from
index bf15955e4df52a3d37a4d17bce515d31bc923dd8..e9a9e4ae5f87a84eef5d3e5d3441bc89bdcf6099 100644 (file)
 #include "gimplify.h"
 #include "bitmap.h"
 #include "hash-map.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "opts.h"
index f09db5946146448e3cd44eeed8147b6d545228be..29cc62f7f7c56a46d1900d6b0656e1ecd6aef373 100644 (file)
 #include "common/common-target.h"
 #include "langhooks.h"
 #include "hash-map.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "timevar.h"
index 3d72240917d17673caeb52163734452de97e1f21..5fac24703231867f0be63314a8927f8821afbde7 100644 (file)
@@ -45,8 +45,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "varasm.h"
 #include "stor-layout.h"
 #include "tree-iterator.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "stringpool.h"
 #include "tree-ssanames.h"
index ab5a27ece34736f8b9be116393be839fca524ce5..5fdd33f57ac12e608598bdd308358ef30f572d63 100644 (file)
@@ -57,8 +57,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "value-prof.h"
 #include "coverage.h"
index 2fb4e44b646b3591b11fc8a147765b2e2ac2c146..dd98527b572b38e6cd92f5a5c54dfe3478a1a583 100644 (file)
 #include "basic-block.h"
 #include "df.h"
 #include "bb-reorder.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "except.h"
 #include "fibonacci_heap.h"
index 1b5e659c40320e85eafabacacdb1df0bdc677092..4dc8a15338462a0c0dee9b16ea13caa677c5e918 100644 (file)
@@ -67,7 +67,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "builtins.h"
 #include "asan.h"
 #include "cilk.h"
-#include "ipa-ref.h"
 #include "lto-streamer.h"
 #include "cgraph.h"
 #include "tree-chkp.h"
index 780d916b7d73346a16697e919bf4c9ea49079d12..619bca64c5fe500b83698736afc59bdf831475dd 100644 (file)
@@ -1,3 +1,11 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * c-gimplify.c: Likewise.
+       * c-pragma.c: Likewise.
+       * c-ubsan.c: Likewise.
+       * cilk.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * c-common.c (c_type_hasher): Inherit from ggc_ptr_hash rather than
index 18026306f32f2971721cb0a7e35d8ef0542410f0..73d0c7f11fcc1c33960cb577c0c593157bd57725 100644 (file)
@@ -47,10 +47,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "tree-iterator.h"
 #include "opts.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "gimplify.h"
 #include "wide-int-print.h"
index c557f6665e3ede15d2ea4853f6c7b60fe43688ea..317891fbffd55748e9b1e23b2a487724328c7e86 100644 (file)
@@ -48,8 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "dumpfile.h"
 #include "c-pretty-print.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "cilk.h"
 #include "c-ubsan.h"
index 5987236311b0715fb5b48ce28fed592091e53ad4..af753c7ecb9d3354c2aa8849ad524cde27115ec4 100644 (file)
@@ -42,8 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "opts.h"
 #include "plugin.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 #define GCC_BAD(gmsgid) \
index 6cf2a74d65433f072dbf473fbb8995e0111ef5ba..10524d2acd156a0a0c258cf27a8751a4ad22a650 100644 (file)
@@ -26,11 +26,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "options.h"
 #include "tree.h"
 #include "alloc-pool.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "output.h"
 #include "toplev.h"
index 29ac1b294227a641fbdd4d7d15e4eb77580dc932..c6ca288cc73e854539b7fcd9d5a97000c73a24e8 100644 (file)
@@ -36,12 +36,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-inline.h"
 #include "c-family/c-common.h"
 #include "toplev.h" 
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
 #include "calls.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "cilk.h"
index e727fb51288e14d52d96c06073fd7ca0f432251b..4f89f8f030fa97e27215725fb0ad596bad47e206 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * c-decl.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * c-parser.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * c-decl.c (detect_field_duplicates_hash): Use nofree_ptr_hash
index 862151597a618433b7140866efe7527831b970cc..6aac8c36157751814a46735c03352f6bb10d7121 100644 (file)
@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-iterator.h"
 #include "diagnostic-core.h"
 #include "dumpfile.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "langhooks-def.h"
 #include "plugin.h"
index aaf7e326c994f677531490fc665968442041ac69..b863dbc64f0360451fc3f4b7b885920d5af70fbe 100644 (file)
@@ -59,10 +59,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "c-family/c-common.h"
 #include "c-family/c-objc.h"
 #include "target.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "plugin.h"
 #include "omp-low.h"
index 7cb2c3df9487d1627cbeeca16ebf4d035ef9452d..a8a1d0e5ac4f1aa8701c906d6a2159a44f546dd9 100644 (file)
@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "bitmap.h"
 #include "langhooks.h"
 #include "target.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "except.h"
 #include "dbgcnt.h"
index a2b9977ebb1f103e6b60acb4a21331332da2c1c1..05eb2ad513540694215bdbf9b92601b50e179057 100644 (file)
@@ -62,8 +62,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimple-walk.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index 698f56ea549330dfb7a351264f4a906dc91fd1a0..8314ecfc48376475db8ff9f3239f608414f7a241 100644 (file)
@@ -44,10 +44,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "dominance.h"
 #include "cfg.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "intl.h"
 #include "tree-ssa-alias.h"
@@ -159,6 +157,29 @@ function_version_hasher::equal (cgraph_function_version_info *n1,
 static GTY(()) struct cgraph_function_version_info *
   version_info_node = NULL;
 
+/* Return true if NODE's address can be compared.  */
+
+bool
+symtab_node::address_can_be_compared_p ()
+{
+  /* Address of virtual tables and functions is never compared.  */
+  if (DECL_VIRTUAL_P (decl))
+    return false;
+  /* Address of C++ cdtors is never compared.  */
+  if (is_a <cgraph_node *> (this)
+      && (DECL_CXX_CONSTRUCTOR_P (decl)
+         || DECL_CXX_DESTRUCTOR_P (decl)))
+    return false;
+  /* Constant pool symbols addresses are never compared.
+     flag_merge_constants permits us to assume the same on readonly vars.  */
+  if (is_a <varpool_node *> (this)
+      && (DECL_IN_CONSTANT_POOL (decl)
+         || (flag_merge_constants >= 2
+             && TREE_READONLY (decl) && !TREE_THIS_VOLATILE (decl))))
+    return false;
+  return true;
+}
+
 /* Get the cgraph_function_version_info node corresponding to node.  */
 cgraph_function_version_info *
 cgraph_node::function_version (void)
index affed3a30bc626a0791d7025887a207ff3bbda69..0fe58e1f0bf3f79a81ac77876d84d903c8dd5786 100644 (file)
@@ -21,6 +21,11 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_CGRAPH_H
 #define GCC_CGRAPH_H
 
+#include "ipa-ref.h"
+#include "plugin-api.h"
+
+class ipa_opt_pass_d;
+typedef ipa_opt_pass_d *ipa_opt_pass;
 
 /* Symbol table consists of functions and variables.
    TODO: add labels and CONST_DECLs.  */
@@ -3005,29 +3010,6 @@ varpool_node::call_for_symbol_and_aliases (bool (*callback) (varpool_node *,
   return false;
 }
 
-/* Return true if NODE's address can be compared.  */
-
-inline bool
-symtab_node::address_can_be_compared_p ()
-{
-  /* Address of virtual tables and functions is never compared.  */
-  if (DECL_VIRTUAL_P (decl))
-    return false;
-  /* Address of C++ cdtors is never compared.  */
-  if (is_a <cgraph_node *> (this)
-      && (DECL_CXX_CONSTRUCTOR_P (decl)
-         || DECL_CXX_DESTRUCTOR_P (decl)))
-    return false;
-  /* Constant pool symbols addresses are never compared.
-     flag_merge_constants permits us to assume the same on readonly vars.  */
-  if (is_a <varpool_node *> (this)
-      && (DECL_IN_CONSTANT_POOL (decl)
-         || (flag_merge_constants >= 2
-             && TREE_READONLY (decl) && !TREE_THIS_VOLATILE (decl))))
-    return false;
-  return true;
-}
-
 /* Return true if refernece may be used in address compare.  */
 
 inline bool
index 6726a348e9b0bd03bb5db4402acec7e3a5dfbe7a..4dc4c2696c6d934e18b0e92cec28305eb1853113 100644 (file)
@@ -42,8 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "intl.h"
 #include "tree-pass.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "except.h"
index baf347a6d45fb037453388a2bf6578ddb0e17f60..aad9b8176fed60957456505358893ffcc57edde8 100644 (file)
@@ -95,8 +95,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "params.h"
 #include "intl.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index 066a155709d369106592a144652bad4209308d0b..1b356467b7264566baeddc86281dd0718d3b4d8a 100644 (file)
@@ -198,8 +198,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "params.h"
 #include "intl.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index f3802d7379a22b6eb9790cac3566ea2b32f477f6..8eaae7c4e3e1e5cb461cdafc359a32d79b46ae88 100644 (file)
@@ -116,8 +116,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pass.h"
 #include "df.h"
 #include "valtrack.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "obstack.h"
 #include "rtl-iter.h"
index b5b9fc14755f13f587ad4cd35c31ecd92bf926a6..83f326996ce13a9b59d519ec177e29b40669d7b0 100644 (file)
@@ -62,8 +62,6 @@
 #include "cfgbuild.h"
 #include "cfgcleanup.h"
 #include "basic-block.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "except.h"
 #include "tm_p.h"
index 7ddc58ecf4da5f05ed57095123c00cb4337184c9..8c1e18a27312314d58454ac35246257039cf0039 100644 (file)
@@ -59,8 +59,6 @@
 #include "cfgbuild.h"
 #include "cfgcleanup.h"
 #include "basic-block.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "langhooks.h"
 #include "bfin-protos.h"
index eb697020f12846cac88d0c7bd9f08ccc86f1882b..1efac2826680d74f4cba11503dd37546976d9a07 100644 (file)
@@ -65,8 +65,6 @@
 #include "tm-constrs.h"
 #include "df.h"
 #include "diagnostic-core.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "langhooks.h"
 #include "target.h"
index d70e4d4a6b409a6f6283b10acda141984571970c..d77926ea8119ad84dbe017973abb9e1b18727fcd 100644 (file)
@@ -65,8 +65,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "df.h"
 #include "opts.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "builtins.h"
 
index 455689547e99c8ef081f6d1af924d4866b7163ab..e9232c0aaf6801dcf6722e3b866552b9faef91f9 100644 (file)
@@ -47,10 +47,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "cfgbuild.h"
 #include "cfgcleanup.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "../../libcpp/internal.h"
 
index 93c6d6734b34c99f9d434bfb5568a6c9e18135d0..6f0c29ad73567cd13ff3e3f357ec3dcd223bd450 100644 (file)
@@ -71,8 +71,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-expr.h"
 #include "gimple.h"
 #include "gimplify.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
index 0145c78b22d4583e4998c6216d2c4fa6a41577b9..7bace3c80c05d01fe8416eb1f440ab24c74312e8 100644 (file)
@@ -65,8 +65,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "common/common-target.h"
 #include "langhooks.h"
 #include "reload.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index a30215bcd4b69b5d631548a87b445a8477f113ed..51045cbd29fcd3d22b9f230ae3ec558dee55d672 100644 (file)
@@ -55,8 +55,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-eh.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
index 4b96dd865f2ef23b3df40dcfc64e03fcdfd7ac29..7fde179aaef11fed8af525fe4ad0fe80a64c46cc 100644 (file)
@@ -63,8 +63,6 @@
 #include "insn-codes.h"
 #include "optabs.h"
 #include "diagnostic-core.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "builtins.h"
 #include "rtl-iter.h"
index cc675ea8e8c1a3b63427a49917e32637caa996a5..da0943b5df3918dd9eed789cec039af4b984e8c9 100644 (file)
@@ -82,8 +82,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "opts.h"
 #include "tree-pass.h"
 #include "context.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "builtins.h"
 #include "rtl-iter.h"
index ccfc0a8b4ce5ec161b824ce04960197dc09246ae..1308d0c9060b5594058a04db1723b982e2e41bf4 100644 (file)
@@ -86,8 +86,6 @@
 #include "opts.h"
 #include "tree-vectorizer.h"
 #include "dumpfile.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "target-globals.h"
 #include "builtins.h"
index 9d9182010a5babe972b6ee905bcf3566ef3d5a4d..ae994a42ae2020fde62bc893255963fc70133f5a 100644 (file)
@@ -69,8 +69,6 @@
 #include "target.h"
 #include "langhooks.h"
 #include "opts.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "builtins.h"
 
index 1de8d07a01a678483839e250bad6617660f6e1e0..4ef8e42304dfe7707ec86cb59194770950129d58 100644 (file)
@@ -83,8 +83,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "builtins.h"
 #include "rtl-iter.h"
 #include "intl.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 /* This file should be included last.  */
index bf9294df10b0a7cb838bb148e2661699f3dbf11f..6f5df4730b8cc708f86659935a6d2e1fa1de3dff 100644 (file)
 #include "system.h"
 #include "coretypes.h"
 #include "symtab.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
 #include "tm.h"
 #include "hard-reg-set.h"
+#include "input.h"
 #include "function.h"
 #include "rtl.h"
 #include "flags.h"
+#include "statistics.h"
+#include "double-int.h"
+#include "real.h"
+#include "fixed-value.h"
 #include "alias.h"
+#include "wide-int.h"
+#include "inchash.h"
 #include "tree.h"
 #include "insn-config.h"
 #include "expmed.h"
index a9c5e86b331aa1b9aff88a969ef7ddabcfb6400d..2ddf710bdf81792f907f18d5fdac3d0029d3f1b0 100644 (file)
@@ -61,8 +61,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "context.h"
 #include "pass_manager.h"
 #include "tree-pass.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "dumpfile.h"
 #include "diagnostic-core.h"
index 338e21e1862eb055e9351d1b9b5ac569b79125ad..5155540df72a8ed12f8fe738ec5bbdc2e794272e 100644 (file)
@@ -1,3 +1,19 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * call.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * class.c: Likewise.
+       * cp-ubsan.c: Likewise.
+       * decl.c: Likewise.
+       * decl2.c: Likewise.
+       * lambda.c: Likewise.
+       * mangle.c: Likewise.
+       * method.c: Likewise.
+       * optimize.c: Likewise.
+       * parser.c: Likewise.
+       * semantics.c: Likewise.
+       * tree.c: Likewise.
+       * vtable-class-hierarchy.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * constexpr.c (constexpr_fundef_hasher): Inherit from ggc_ptr_hash
index a6c313aed59173cdb724ae936280bdf06de5999d..0e8840bb07ed04898403ddd10dc97ab61f4d4e6f 100644 (file)
@@ -42,10 +42,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "c-family/c-objc.h"
 #include "timevar.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "internal-fn.h"
 
index 007c49e4ce09f6c856e2f689c8c4190b84e322e8..f4e4f8588e15876e4c937108825b744f0638270e 100644 (file)
@@ -37,10 +37,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "toplev.h"
 #include "target.h"
 #include "convert.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "dumpfile.h"
 #include "splay-tree.h"
index 1ae897b2d7dbd54e12b8aa7cfbacac174a2b4ef1..0c1b04750aaed44e2c6643939914423e5232db19 100644 (file)
@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "ipa-ref.h"
 #include "lto-streamer.h"
 #include "cgraph.h"
 
index 545f4cd9078bbde51661c39f8fcf48dfca16e4d2..1fa28b2f6083cad4747b297bc23649b2325732a1 100644 (file)
@@ -59,10 +59,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "timevar.h"
 #include "splay-tree.h"
 #include "plugin.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "cilk.h"
 #include "builtins.h"
index e24d2d66c078ad701396ba3f9d5df3a7ce679aea..f045253a1ab8ed6dc3232e009e263332f4df850b 100644 (file)
@@ -47,10 +47,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "c-family/c-common.h"
 #include "c-family/c-objc.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-inline.h"
 #include "c-family/c-pragma.h"
index 0ac96afef31a8de04a8ef77235d9e6c2e94ed5a9..13c12559608a15694f3049fd5cbed17e06c76178 100644 (file)
@@ -29,11 +29,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "options.h"
 #include "tree.h"
 #include "stringpool.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-iterator.h"
 #include "cp-tree.h"
index 2fdc4b20bcef442707080fbfb42e761448b3a154..c1a81fc70973ac4887418647eb3caf94e8380b38 100644 (file)
@@ -59,10 +59,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "obstack.h"
 #include "flags.h"
 #include "target.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "attribs.h"
 
index da03c365a9ab08209dc027a76c6e5f201d125ee9..2d5aa636a1158d3f45b79864e858b3ed24fb21ff 100644 (file)
@@ -37,10 +37,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "common/common-target.h"
 #include "diagnostic.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 /* Various flags to control the mangling process.  */
index 2440d5f4150c4504ac4854e5c3a3ec53afbcdf21..89750c0964c738d60701923fd14780a1d8dd44d5 100644 (file)
@@ -36,10 +36,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "dumpfile.h"
 #include "tree-iterator.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 /* Prototypes.  */
index e0e484a4c47ca530f199f7c4c69b3d2dde091a28..6dc79ac6045bd74c4bd35c606aec9227848fedc8 100644 (file)
@@ -38,10 +38,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "diagnostic-core.h"
 #include "target.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "c-family/c-common.h"
 #include "c-family/c-objc.h"
index cf34ddba19617e1c3d44e2eb393bb5c412792643..2f3303a96fbe090e43af07496f242ff0df08f0ab 100644 (file)
@@ -43,10 +43,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "timevar.h"
 #include "diagnostic.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-iterator.h"
 #include "target.h"
index f373ddde77b330418a6d805e1c16feb9861cd339..9ee203fcadd51bd4bafb41570d6558b5d827aace 100644 (file)
@@ -35,10 +35,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-inline.h"
 #include "debug.h"
 #include "convert.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "splay-tree.h"
 #include "gimple-expr.h"
index 9f06a30229d85c23bf65da0fa050aebd43363c80..a1582e77e82495626e2cd0364f84804331b9d29f 100644 (file)
@@ -115,11 +115,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "cp-tree.h"
 #include "output.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-iterator.h"
 #include "vtable-verify.h"
index fc48787814d4035c5701ed5da2ae28b13ada86a8..7a75edfa2f1e140dfbef0f244ee9ab7131bdcd99 100644 (file)
@@ -38,8 +38,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 
index 5d7a3b171102cf28e1eff05bd9ce5f9aa8ac61b6..e68d1fb283401a3f0bb9ff2f3d582ad008e42b43 100644 (file)
@@ -37,8 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 
index 1c98baa4b36fd35dfabacb46bcc36459d9f81dd0..014e5f2801a093b8f1ece6691b98bb4c50dc6518 100644 (file)
@@ -36,8 +36,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 
index 469ff35801b997faebc088c22d12c231b44340e7..17261c17fc2c287e1c37d7518283ef64fbb84152 100644 (file)
@@ -100,8 +100,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "emit-rtl.h"
 #include "stmt.h"
 #include "expr.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "stringpool.h"
 
index 11d11271c676ead6d9ca9d440c74807936af9d38..9d4b39ec00c0d713ec8364b91aec263150085b20 100644 (file)
@@ -96,8 +96,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "common/common-target.h"
 #include "langhooks.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ira.h"
 #include "lra.h"
index fae85a26f197bd927ea8ac6d5261c2d0f193bc88..d5f886e6a176d6b60f30bdf41ed0ca08e6eea4f4 100644 (file)
@@ -151,8 +151,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cfg.h"
 #include "cfgrtl.h"
 #include "basic-block.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "tree-pretty-print.h"
index 78904c24bf27630fa3e25e80884a3bea94718570..408ae1a7a1f66349ce74e44cc82404526556348b 100644 (file)
@@ -65,8 +65,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-expr.h"
 #include "gimple.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-ssanames.h"
 #include "target.h"
index 399c2554ae0811a25649a824ea9db17c92b9ba25..a4b0f36c62469aee1c0e662ab4ec6ddf86a8892b 100644 (file)
@@ -82,8 +82,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "stmt.h"
 #include "expr.h"
 #include "tree-pass.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-ssa.h"
 #include "coverage.h"
index c32ac3d0a9a601d0f042c58af729472400dc7137..8fa32c62f6570eee66f45498bd67f89abf05a6d1 100644 (file)
@@ -80,8 +80,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimplify.h"
 #include "tree-dfa.h"
 #include "builtins.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "generic-match.h"
 #include "optabs.h"
index 42a3064aa9d57de60100872aa6550a58f40f1329..0d2855073b15d0d3bd710741f8c77359550448db 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * f95-lang.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * trans-decl.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * trans-decl.c (module_hasher): Likewise.
index 725cf195f588566349c971cb1274d06afdc159c6..1d96094185436e0fed56846396dfefb6277cee92 100644 (file)
@@ -44,8 +44,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "debug.h"
 #include "diagnostic.h" /* For errorcount/warningcount */
 #include "dumpfile.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "cpp.h"
 #include "trans.h"
index 09cdcd0a3ce7263b626b9709982155806ff5ea81..5b10524fada04a97f18c2819740183dd3a0fc4f0 100644 (file)
@@ -41,8 +41,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "hard-reg-set.h"
 #include "function.h"
 #include "flags.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "debug.h"
 #include "constructor.h"
index e286188f01841444761abdb211661f250a6f17b5..dc4a8cc7c0f3b2eba4240324548b6295d883a2dc 100644 (file)
@@ -156,10 +156,6 @@ struct gimple_df;
 struct call_site_record_d;
 struct dw_fde_node;
 
-class ipa_opt_pass_d;
-typedef ipa_opt_pass_d *ipa_opt_pass;
-
-
 struct GTY(()) varasm_status {
   /* If we're using a per-function constant pool, this is it.  */
   struct rtx_constant_pool *pool;
index d46bc42753ea57266f0f3d8721fd50464505454f..0f07000e3e109034abb5346fd2b97cc5238f0f9a 100644 (file)
@@ -31,10 +31,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "ggc-internal.h"
 #include "timevar.h"
 #include "params.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "cfgloop.h"
 #include "plugin.h"
index 28dafd43510c2f055a017a447a389d8cfa3710da..ee9abe710cced8bd9252b1f81607da81b817edaf 100644 (file)
@@ -60,8 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa.h"
 #include "tree-ssa-propagate.h"
 #include "target.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "gimple-pretty-print.h"
index b51c3c93be52323d73bc824609aa5d5609b591e8..3781b462237b3a5c2a6e9c1e8f39cf2870cbe384 100644 (file)
@@ -39,8 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index a006fa924fda8e8576a0a2c7e4deb1555e0c4e12..e8e3a6d0494b6ee2ad282beee55e8866ae8b997f 100644 (file)
@@ -42,8 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-ssanames.h"
index f1ec3de2b6ae36cba5c2e81aaa9058017df6f3dd..6081c5b12b7d57ddff3f06c1e17838b5a2719447 100644 (file)
@@ -45,8 +45,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-phinodes.h"
 #include "stringpool.h"
 #include "tree-ssanames.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 #include "tree-streamer.h"
index 6732bc1c78c24d646938782cab3b73043fb96820..b1389fc3f0126448df8dcfb88d5e6b36a8f01e2b 100644 (file)
@@ -39,8 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 #include "gimple-streamer.h"
index 20cd840f08c3c4dab38642f765737a1d8cc2884f..b32c6b5ada48b122ed35e9dd8fce6045c601c737 100644 (file)
@@ -55,7 +55,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "bitmap.h"
 #include "stringpool.h"
 #include "tree-ssanames.h"
-#include "ipa-ref.h"
 #include "lto-streamer.h"
 #include "cgraph.h"
 #include "gimple-ssa.h"
index 5f4936c32501147c8f9ce48f7517e5819c324cc6..74b2dcd25d2053883892a6bb6bc2d041487c6df4 100644 (file)
@@ -61,8 +61,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "bitmap.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-ssanames.h"
index 44c33e032be62c7c3a514d08490130ebce023bd7..b775b20d903321e0b2a402c1380ba6c2160108a3 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * go-gcc.cc: Remove ipa-ref.h and plugin-api.h from include list.
+
 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
 
        * go-backend.c: Do not include input.h, line-map.h or is-a.h.
index cee100b762b87e80ba964645f78b944d1526306d..41bcdf8c0ffb800b33b4c16f94603f051369a38c 100644 (file)
 #include "varasm.h"
 #include "tree-iterator.h"
 #include "hash-map.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "convert.h"
 #include "gimple-expr.h"
index c0bc4326078a0f600b32bf4cdba35604364876c5..acb89bed65f7a3467613bf75ff22fc56d50f7321 100644 (file)
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "predict.h"
 #include "basic-block.h"
 #include "gimple.h"
-#include "ipa-ref.h"
 #include "lto-streamer.h"
 #include "cgraph.h"
 #include "tree-chkp.h"
index c68deb69ff2ee14d0518f35c15e1a3f7cdae2214..fda793adfbd731e3210ab8d5c0fdefcb4d4e05e4 100644 (file)
@@ -55,10 +55,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "alias.h"
 #include "symtab.h"
 #include "tree.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-pass.h"
 
index b87c984137240abe3e545e74f96efd1523a4e7b0..02b027d0c52796934d8b6caffaa3e9d2b25aad54 100644 (file)
@@ -113,11 +113,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index 80f73a68856e8165700a7f2e9376aba2c46e24dd..905776e0a0cbbcfe29488063d0b5d70c12a77825 100644 (file)
@@ -117,10 +117,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "calls.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "rtl.h"
 #include "flags.h"
index c151cd1a36fbc793fea14c0103a45f55e1c59cc7..8317dc1d5c860f34127eff5ded077c4f83820fdc 100644 (file)
@@ -56,8 +56,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-pretty-print.h"
 #include "cfgloop.h"
 #include "except.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 #include "ipa-utils.h"
index 1f0a55f1fa3c8efca169ac857c23d6179f31248b..691c90d59d55510934ddedf8a1387027abbfcb89 100644 (file)
@@ -91,8 +91,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-dfa.h"
 #include "tree-pass.h"
 #include "gimple-pretty-print.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index d062d7ad847eebbd43fa62003fcab5c979de8d83..18bc68a41b38bcf3aae679eb8a824c3466e0bb7d 100644 (file)
@@ -102,8 +102,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssanames.h"
 #include "tree-ssa-loop-niter.h"
 #include "tree-ssa-loop.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index 7baa3025fa4a29e4d999d720c0428f9d37272e83..6cb9a9e98b60cffdd8389eb34f1dbcc2d684f206 100644 (file)
@@ -39,10 +39,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "intl.h"
 #include "coverage.h"
 #include "tree-cfg.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index 40606b9be26e097a48d2127a3f8c3187b8e31aa0..6e598d165ca36c65c9515750e46c7fac65b05ead 100644 (file)
@@ -120,8 +120,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-expr.h"
 #include "gimple.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index ac8c78ea8f1d37c38450ca563e825b07820880f4..d876b3b1ab543c24b084927b8421e2ee76614d5c 100644 (file)
@@ -45,8 +45,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pretty-print.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "tree-ssa-alias.h"
index 9f2d67c08d5aa87bd4f90b6d30fb77870bc9ad04..809a677fb09b070b505c7cf51eddcc0539dedc66 100644 (file)
@@ -56,10 +56,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "dominance.h"
 #include "cfg.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-pass.h"
 #include "tree-ssa-alias.h"
index cf3fa4e1412d763b7a8afecd89c016070b8114ba..b5044cf3c5f1772b171411e472cfc8da616d0584 100644 (file)
@@ -57,8 +57,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-walk.h"
 #include "langhooks.h"
 #include "target.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index 371234cc80bf6df8979a94299a45942bf0445f17..dbceb0481764fd2bc60397c87e4a2f076d35c5ff 100644 (file)
@@ -60,8 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-inline.h"
 #include "tree-pass.h"
 #include "langhooks.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "flags.h"
index 3e34017c886e4ffa1b1080b080f09886fb7797e9..8a2ca4cc256c76299a49b63724be3786a0d4044b 100644 (file)
@@ -27,11 +27,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 #include "fold-const.h"
 #include "target.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 
index df018c7d80e87f0cdba242c508dba0f3ef1b4f58..d53abb6ffe885f7df978f17477c963f50102974b 100644 (file)
@@ -57,8 +57,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-inline.h"
 #include "tree-pass.h"
 #include "splay-tree.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "bitmap.h"
index c1ce1a4e25346dfe0ef47e4a6e7e8e101a8e1b8c..13d9a6447e5248a03bdb2b8ea0faeafbf94dd918 100644 (file)
@@ -111,8 +111,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimplify-me.h"
 #include "gimple-walk.h"
 #include "target.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index e2e0eedfe5ad983b22e1255b639e3c32bd3d68bf..d666b0a286c6d546517df590b74b92c23422f8bb 100644 (file)
@@ -41,8 +41,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "dumpfile.h"
 #include "langhooks.h"
 #include "splay-tree.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "bitmap.h"
index 1389dd9991d7f2bcfa83f4778441608f38e8cba9..f6c1f4099e84fbee7704096af28b35ae048c37ec 100644 (file)
@@ -79,10 +79,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "alias.h"
 #include "symtab.h"
 #include "tree.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-pass.h"
 #include "calls.h"
index e7d4704914970e8bcf28f4998a1772847b084001..fdfb88072da6652a47309f1071ae5c5696ae6b70 100644 (file)
--- a/gcc/ipa.c
+++ b/gcc/ipa.c
@@ -30,10 +30,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "stringpool.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-pass.h"
 #include "gimple-expr.h"
index 96a5c6314fa5712afdcfbb5ad1120720a03d8282..320c94260314d0fcd4baf607cd80fb1ba3ac9572 100644 (file)
@@ -1,3 +1,10 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * class.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * decl.c: Likewise.
+       * jcf-parse.c: Likewise.
+       * resource.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * jcf-io.c (memoized_class_lookups): Use nofree_string_hash.
index d32004670309f9c9a741c53039c328b9c490b6ad..902323eecebb638bb4c99c6c460218f26117de5d 100644 (file)
@@ -45,8 +45,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-iterator.h"
 #include "target.h"
index 53ba65a5e4cea3f7fedca21a91cdcc1cb0fbe76e..b855fcaa3c90b48a6c0fcdc72c56e46ee1390c9f 100644 (file)
@@ -40,11 +40,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "java-tree.h"
 #include "jcf.h"
 #include "java-except.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-inline.h"
 #include "target.h"
index 8da8320b83151806e1651a899cd32025adfa9650..20d412b89787817c05932fa720ef5b321f123530 100644 (file)
@@ -39,11 +39,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "diagnostic-core.h"
 #include "parse.h"
 #include "debug.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "bitmap.h"
 #include "target.h"
index d89575f32197a82e81a698aeb61821cb1f5be794..549a2a7648cd8acf9f66ed4f37945e6556ed9560 100644 (file)
@@ -40,8 +40,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "hard-reg-set.h"
 #include "function.h"
 #include "tree-iterator.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 /* A list of all the resources files.  */
index 1821a78b274d9b2c678fcd52b0adf3efd27200f9..e394047fc731beaa52750846d24041d9acfb1193 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * dummy-frontend.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * jit-playback.c: Likewise.
+
 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
 
        * jit-common.h: Don't include alias.h.
index e3611cf73931e6d01293edcb1cafdf635e201b12..8001382e2855c28b2a67c5bb2969ca4f85c7a839 100644 (file)
@@ -32,13 +32,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "langhooks-def.h"
 #include "hash-map.h"
-#include "plugin-api.h"
 #include "vec.h"
 #include "hashtab.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "dumpfile.h"
 #include "cgraph.h"
 
index 14ed277402fcbfa27a383c67e5c21ae383d596da..90a6cd1eeb1d55376499920f583357ab199ca5d0 100644 (file)
@@ -32,13 +32,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "inchash.h"
 #include "tree.h"
 #include "hash-map.h"
-#include "plugin-api.h"
 #include "vec.h"
 #include "hashtab.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "dumpfile.h"
 #include "cgraph.h"
 #include "toplev.h"
index c7982c3bab761eeb9495298d8e537be3ddf1dce6..cf89a3a5af35fa042fc158b6813d1e791f5b4aa1 100644 (file)
@@ -39,10 +39,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks-def.h"
 #include "diagnostic.h"
 #include "tree-diagnostic.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "timevar.h"
 #include "output.h"
index 1068b465ac1c4569077b1462705b7e05d6c712b3..c30fa2354bcb00ad0e033ffb42d98916c1349afe 100644 (file)
@@ -54,8 +54,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "except.h"
 #include "timevar.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "data-streamer.h"
index 2fb00e2401c54213ea00f5c8bb4d3998ae1d3651..d979b78b7581b414bd76423cb6ee8ac0125513c7 100644 (file)
@@ -43,8 +43,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "diagnostic-core.h"
 #include "langhooks.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-compress.h"
index ffc8a3fac51bccbe0baa34113eca4e9a16943f1f..2270d080ed5af25b2e6920973f83a4d9556d0ae9 100644 (file)
@@ -42,8 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "options.h"
 #include "common/common-target.h"
 #include "diagnostic.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
index 1574649c1457b6bfee3bac96c6213348b69b0223..d24929ee727edb9d8b56b5ba93d3d51854a821c4 100644 (file)
@@ -50,8 +50,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "except.h"
 #include "timevar.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-compress.h"
index 66b2fcde99b9c723ea5838e9eb15ac33d9d2e569..c0a4821566ed1cfa9110438b111664d0c6b59dd8 100644 (file)
@@ -49,8 +49,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "params.h"
 #include "except.h"
 #include "langhooks.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 #include "lto-streamer.h"
index 895c18c8665326e0c7020a8f390365f321e029a5..66298ec54a4282035633f7d6df80d9a87fe52020 100644 (file)
@@ -63,8 +63,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "except.h"
 #include "debug.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 #include "data-streamer.h"
index cb1c4a153e342b1e203799b208989489cb032276..15f5933d34f165d92440cc8a179a137bc8c83d18 100644 (file)
@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "except.h"
 #include "lto-symtab.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "data-streamer.h"
index c3badf8f6de592297366fc7d3c24efd951cef915..3fbbe9ac480e757a38487f6d70f1ccde9163204f 100644 (file)
@@ -40,8 +40,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "bitmap.h"
 #include "diagnostic-core.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-streamer.h"
 #include "lto-streamer.h"
index 08fb86d4049f087068fa17663141a1f07d26fc28..6bc10bf84e71130730228d53b9a1d867456e9493 100644 (file)
@@ -1,3 +1,12 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * lto-lang.c: Remove ipa-ref.h and plugin-api.h from include list.
+       * lto-object.c: Likewise.
+       * lto-partition.c: Likewise.
+       * lto-symtab.c: Likewise.
+       * lto-tree.h: Likewise.
+       * lto.c: Likewise.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * lto.c (tree_scc_hasher): Inherit from nofree_ptr_hash rather
index 5a2ea13493282f29833435c36ea5a721e3c11b2c..0e5bd76844de53ed8c991ce97cb88c6cc3ded69a 100644 (file)
@@ -46,8 +46,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "diagnostic-core.h"
 #include "toplev.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "cilk.h"
index b8a720fdf864171afc600fbb3898344254a8f3c1..e102e799d7f0f2ef2bc82bae001709eb8f51a27a 100644 (file)
@@ -37,8 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "diagnostic-core.h"
 #include "lto.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
index 3ef0ad4e00a84fc8b0661b3b4275c06e93513db9..db830fd0863725e7c419477e28b555fb6af01f6a 100644 (file)
@@ -35,8 +35,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "timevar.h"
index b45dcada8cc1b21fe78d65b24e8d5e47d3c0fa0f..df3cc44d2a9be92c28b667acaaaa4762cceef637 100644 (file)
@@ -36,8 +36,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "ipa-utils.h"
index c9e89191dd0fcf4b353e27ecb5c5c90f1c353517..06075e22a966ef355156bec3682d02c5bf324ae3 100644 (file)
@@ -21,8 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_LTO_TREE_H
 #define GCC_LTO_TREE_H
 
-#include "plugin-api.h"
-
 struct GTY(()) lang_identifier
 {
   struct tree_identifier base;
index 08234d8448cc20b3a91ab01c73326007db7cf845..0972ff607c8db4bab90e55d8b03aa9e93676b17d 100644 (file)
@@ -33,10 +33,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-ssa-operands.h"
 #include "tree-pass.h"
index 24fd40f0f4e6867b92a60a0e308ad6fe8ce385e6..83b423f4bc312590b05a334a157e2adf86e56c17 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
+
+       * objc-act.c: Remove ipa-ref.h and plugin-api.h from include list.
+
 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * objc-act.c (objc_string_hasher): Inherit from ggc_ptr_hash
index db772605f7c5a76eec79171df8197b9866f3ef35..f1b56e807669a4ed5e22581acde5ef4646c1810b 100644 (file)
@@ -53,8 +53,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "c-family/c-target.h"
 #include "diagnostic-core.h"
 #include "intl.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-iterator.h"
 #include "langhooks-def.h"
index 415a2c88a0b9dfa7ef3465a349052ca6cf43f1b8..8218403f6803c32ea63da5c4558c920f6c313b26 100644 (file)
@@ -54,8 +54,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "diagnostic-core.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index af71c375ea264cea816a53541c551ea1b8e35b30..2fc62503f03728a4aeac1261ef2bad4dd9ed2086 100644 (file)
@@ -41,8 +41,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "rtl.h"
 #include "dbgcnt.h"
 #include "debug.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "output.h"
index 1316193ad41b341da0eab0e50a2fea93f97984e2..4966334206e1b0e834b300cbf8c8893dfa3afd00 100644 (file)
@@ -82,8 +82,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pass.h"
 #include "tree-dump.h"
 #include "df.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "lto-streamer.h"
 #include "plugin.h"
index 4317bd9cb7d523ed1b79f7480dffcb71953ce010..9a69c6f4e39a7017320cfe4cae4e36b95bf0c77a 100644 (file)
@@ -70,8 +70,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index 94b4d7db7dacbd3e9cf989ad26b7455796c7e294..0336167bee1b6524f2f3fb38838ada8935e946e3 100644 (file)
@@ -32,10 +32,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-iterator.h"
 #include "diagnostic.h"
 #include "gimple-pretty-print.h" /* FIXME */
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-dump.h"
index 75b418d1657311db8683f1dfb651b182ae49e6d5..754326b3a362eec8b2d0ee1b57a39aa8994b3b77 100644 (file)
@@ -85,8 +85,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-cfg.h"
 #include "cfgloop.h"
 #include "dumpfile.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 #include "profile.h"
index 46f7d2edff11d106676a9102d765a0c5acc35a29..9e3dd7b222f7161133c001533c9d5b711fecb5b4 100644 (file)
--- a/gcc/ree.c
+++ b/gcc/ree.c
@@ -252,8 +252,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "params.h"
 #include "tree-pass.h"
 #include "df.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 
 /* This structure represents a candidate for elimination.  */
index 967926f051937a454aa015f369ee30d29513e62b..b3e8ae9ff7305602fc1d72559725a42fd6790ac4 100644 (file)
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimplify.h"
 #include "gimple-iterator.h"
-#include "plugin-api.h"
 #include "tree-pass.h"
 #include "asan.h"
 #include "gimple-pretty-print.h"
index 604e4fca95bdec5ba7cef1bb11e7b1749599aa59..4674f5ddda60c55b9694ed0742b5f306cf79b3b7 100644 (file)
@@ -48,8 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "regs.h"
 #include "params.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-inline.h"
 #include "tree-dump.h"
index 9aae61d5ad554c855733b5423d1cdac869d14983..aa5162e5b3fe429a1869ae8ac6afbf0408f31975 100644 (file)
@@ -40,8 +40,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "tree-inline.h"
 #include "langhooks.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "timevar.h"
index 2f43a89cd6369db75a5eb1a36667822089061770..573b144a138735fc9684612222be58915ad6a554 100644 (file)
@@ -72,8 +72,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "hosthooks.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "opts.h"
 #include "opts-diagnostic.h"
index 0b7c2da9d362b1c436c3804ef2931efab66eb00b..c809a2ee4996e5a5ebccfe9d64683f0845d2ab79 100644 (file)
@@ -45,8 +45,6 @@
 #include "gimplify-me.h"
 #include "gimple-walk.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "stringpool.h"
index c16e7baddbdad68ee9994d3f154f8bf6542e413a..94ed95751a914d58d74a08739bef82bc0dfba715 100644 (file)
@@ -49,8 +49,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimplify-me.h"
 #include "gimple-walk.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index 4c3317af3e0e71866c96158b6a3b7bb10db17c0d..2d5249579f9804365edc2af1e5ab4dc8b6953da9 100644 (file)
@@ -75,7 +75,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-walk.h"
 #include "rtl.h" /* For MEM_P, assign_temp.  */
 #include "tree-dfa.h"
-#include "ipa-ref.h"
 #include "lto-streamer.h"
 #include "cgraph.h"
 #include "ipa-chkp.h"
index edd43e6a7fdc4426c2f81acc917a3b20f2fe5c19..d3d46bc16bad033c972b108724df5e2c3c368b87 100644 (file)
@@ -52,8 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index ea6309000690a3bb939d9dbdc0c3835c5307fa3a..8308643ef8be62a68bda9c2456fe338c54ea2e66 100644 (file)
@@ -42,8 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-walk.h"
 #include "tree-pass.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-phinodes.h"
 #include "ssa-iterators.h"
index 68321985ef705905eb3197f980d9ea0dbb968b17..6f138edc7f7f1caa44e0fb81412aae1d4f023176 100644 (file)
@@ -73,8 +73,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pretty-print.h"
 #include "except.h"
 #include "debug.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
index f680e26a99bd7018419e4e879e0a0c7740f98856..f391c652f6ffddfbdf0b0caa35bc66ecfb2d87b0 100644 (file)
@@ -43,8 +43,6 @@
 #include "gimple-walk.h"
 #include "tree-iterator.h"
 #include "bitmap.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "rtl.h"
index ac469b39d7a94d2712899c24647080f864ce3e70..ab77f32372a6391adbd0f1abe8c13db830e3ad48 100644 (file)
@@ -66,8 +66,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-parloops.h"
 #include "omp-low.h"
 #include "tree-nested.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-ssa.h"
 
index 13587e6b04a6a6b84a6094efe568da4613475660..eb361c0ac24ed71e0f74d5dd44c74998a9b66e6c 100644 (file)
@@ -42,8 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-pretty-print.h"
 #include "gimple-expr.h"
 #include "predict.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "langhooks.h"
 #include "tree-iterator.h"
index e22e29449c9aaa50e278bcadf9c74af1d03e0797..bcb5cb9953f3bed31c7a390d6d1655ea4287bbac 100644 (file)
@@ -51,8 +51,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimplify-me.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "stringpool.h"
index 7cf9f7eb551addf3bab12aa1f4acd01675f24690..7f242f72c0c1290de3ae73b9612f2b0fbfaf8907 100644 (file)
@@ -117,8 +117,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-dfa.h"
 #include "tree-ssa.h"
 #include "tree-pass.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
index a1f0beeae6331790610ad8de6fb9b8eb08aaea2b..8376e3bd0fcdc5fc06fd925e39add490fadc5aba 100644 (file)
@@ -62,8 +62,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "params.h"
 #include "alloc-pool.h"
 #include "bitmap.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-reference.h"
 
index 45d969763940f90b049aa4ce62eb5fae2315b229..450cf90d2efb598e273f889eb042f2aa933de577 100644 (file)
@@ -64,7 +64,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "debug.h"
 #include "tree-ssa.h"
 #include "lto-streamer.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 
index 73fbac8f825d3d88a2c5716642262cb9deb8af43..4b90196fdf71a2f3f13ae24e01b3f47325d10088 100644 (file)
@@ -60,8 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index 8dd92a6ec8caf0eb7ec9b1a8bca00520a27add85..1ce275b096b6b8d936b9851dadc030c1efdd6bf3 100644 (file)
@@ -87,8 +87,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimplify-me.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index 9872a3fa8f3d383cdb26c56536d15ab380d6f846..59924dffe2bd98efd7bb774e8c44090e97efc177 100644 (file)
@@ -77,8 +77,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "params.h"
 #include "dbgcnt.h"
 #include "domwalk.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
index 15b8b85d70a0a17f572c245ceeadce2424376c5b..e2b36a63930b9983eb890ae853744b0482f51615 100644 (file)
@@ -69,8 +69,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa-sccvn.h"
 #include "tree-cfg.h"
 #include "domwalk.h"
-#include "ipa-ref.h"
-#include "plugin-api.h"
 #include "cgraph.h"
 
 /* This algorithm is based on the SCC algorithm presented by Keith
index d4987519721405ebcc9ec7c0743280c20fa412da..1cbcb011cb07604cf825f207fdcc01dc7b80f173 100644 (file)
@@ -67,8 +67,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa-propagate.h"
 #include "gimple-pretty-print.h"
 #include "params.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-chkp.h"
 #include "tree-hash-traits.h"
index 820dae48a9ded3cd402a2bfab991df3e013674d8..5d72d875483c8fdb8aacab6ee98a2818bc855559 100644 (file)
@@ -44,8 +44,6 @@
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "stringpool.h"
 #include "tree-ssanames.h"
index 1a8c8e413782e18f24dec06c7855c15588ee1d6b..8d8818e5f3dfdb8702141ed01722d358c7d10f7c 100644 (file)
@@ -38,8 +38,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-streamer.h"
 #include "data-streamer.h"
index 10cbd561987c8f70b0219e8d59b8694f4e02c024..28adfb0d850204e0c22c2cbe70bdcbf79dfb730f 100644 (file)
@@ -37,8 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "gimple.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-streamer.h"
 #include "data-streamer.h"
index ad1510df0e82352478d484d4771171160a31a438..7a7ea039e1acd8b5e4551a59d637a6c57f1f4875 100644 (file)
@@ -38,8 +38,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-expr.h"
 #include "gimple.h"
 #include "streamer-hooks.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-streamer.h"
 
index 3c1ca2c6bda71495fc2010fd9487494897001a4a..2f9ad27d31acc9708572fb52eafb30871d7946f9 100644 (file)
@@ -49,8 +49,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 #include "gimple-iterator.h"
 #include "gimplify-me.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "tree-phinodes.h"
index 37179c11fd14b1bbf776d934fa4e69f91478512a..476917e75d09d628ceb24089d1282dc3d989be0d 100644 (file)
@@ -65,8 +65,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "cfgloop.h"
 #include "common/common-target.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 
index ae474566992bd4fdf2201fa0a08f531e24897474..66d3ba85b57d8d5dee332c9142da4a2c13c59421 100644 (file)
@@ -59,8 +59,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-scalar-evolution.h"
 #include "tree-vectorizer.h"
 #include "diagnostic-core.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 /* Need to include rtl.h, expr.h, etc. for optabs.  */
 #include "rtl.h"
index dbcd4879f8058400a2d90b27525c55c41077bc05..82968199f80d7cf5b63c84423689e164e0963f4d 100644 (file)
@@ -71,8 +71,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "optabs.h"
 #include "diagnostic-core.h"
 #include "tree-vectorizer.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "builtins.h"
 
index e69cbfb70e36859a5b0722c3be030c89f7fcbf00..e49929ab8886c17607034b887f929153ac54b0f6 100644 (file)
@@ -78,8 +78,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimple-walk.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-phinodes.h"
 #include "ssa-iterators.h"
index 139544d603efda6bbe2ef48885edd4592a1497da..6628a387f621d767eecec19f1ce3130258e4b4f9 100644 (file)
@@ -64,8 +64,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimplify.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-phinodes.h"
 #include "stringpool.h"
index 9b7d9069b726c81acd7c6aa5a252e189c6763628..c214310fd1da8135ba7b2887801acf112f1ad5b6 100644 (file)
@@ -54,8 +54,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-iterator.h"
 #include "gimplify-me.h"
 #include "gimple-ssa.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-cfg.h"
 #include "stringpool.h"
index ded725a55d0480cec1dbc8dbe5447de41df4bd2d..19eafabe8d922f4e9dd0364edc8de802296fd48f 100644 (file)
@@ -33,11 +33,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "cfg.h"
 #include "cfganal.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "tm.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "tree-pass.h"
 #include "tree-ssa-alias.h"
index 2917c30de61d4fbe1933338e40bf69b0428311f3..0424149471bca8956bc3e282a9dac9a8f4c1b6fd 100644 (file)
@@ -68,8 +68,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "timevar.h"
 #include "dumpfile.h"
 #include "profile.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "data-streamer.h"
 #include "builtins.h"
index 611b6ca4940924f96f525f2aac739ff8eb05597d..3e760322b3b182020d0313f890fe1fffaba1215d 100644 (file)
@@ -61,8 +61,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "dominance.h"
 #include "cfg.h"
 #include "basic-block.h"
-#include "plugin-api.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "asan.h"
 #include "rtl-iter.h"
index 9a97f77b389cd9c9d41d61ba7fcb784356144871..58cbbb8826faa4a5646454b341e6548cc03dbbce 100644 (file)
@@ -29,10 +29,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "varasm.h"
 #include "predict.h"
 #include "basic-block.h"
-#include "plugin-api.h"
 #include "hard-reg-set.h"
 #include "function.h"
-#include "ipa-ref.h"
 #include "cgraph.h"
 #include "langhooks.h"
 #include "diagnostic-core.h"