]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove pointer-set.[ch]
authorTrevor Saunders <tsaunders@mozilla.com>
Thu, 7 Aug 2014 20:52:50 +0000 (20:52 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Thu, 7 Aug 2014 20:52:50 +0000 (20:52 +0000)
gcc/

* Makefile.in: Remove references to pointer-set.c and pointer-set.h.
* alias.c, cfgexpand.c, cgraphbuild.c,
config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
dse.c, except.c, gengtype.c, gimple-expr.c,
gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
pointer-set.h.
* pointer-set.c: Remove file.
* pointer-set.h: Remove file.

gcc/c-family/

* c-gimplify.c, cilk.c: Remove includes of pointer-set.h.

gcc/c/

* c-typeck.c: Remove include of pointer-set.h.

gcc/cp/

* class.c, cp-gimplify.c, decl.c, decl2.c, error.c, method.c,
optimize.c, pt.c, semantics.c: Remove includes of pointer-set.h.

From-SVN: r213738

75 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c
gcc/c-family/ChangeLog
gcc/c-family/c-gimplify.c
gcc/c-family/cilk.c
gcc/c/ChangeLog
gcc/c/c-typeck.c
gcc/cfgexpand.c
gcc/cgraphbuild.c
gcc/config/aarch64/aarch64-builtins.c
gcc/config/aarch64/aarch64.c
gcc/config/alpha/alpha.c
gcc/config/darwin.c
gcc/config/i386/i386.c
gcc/config/i386/winnt.c
gcc/config/ia64/ia64.c
gcc/config/m32c/m32c.c
gcc/config/mep/mep.c
gcc/config/mips/mips.c
gcc/config/rs6000/rs6000.c
gcc/config/s390/s390.c
gcc/config/sh/sh.c
gcc/config/sparc/sparc.c
gcc/config/spu/spu.c
gcc/config/stormy16/stormy16.c
gcc/config/tilegx/tilegx.c
gcc/config/tilepro/tilepro.c
gcc/config/xtensa/xtensa.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-gimplify.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/method.c
gcc/cp/optimize.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/dominance.c
gcc/dse.c
gcc/except.c
gcc/gengtype.c
gcc/gimple-expr.c
gcc/gimple-ssa-strength-reduction.c
gcc/gimplify.c
gcc/ifcvt.c
gcc/ipa-visibility.c
gcc/lto-streamer.h
gcc/omp-low.c
gcc/pointer-set.c [deleted file]
gcc/pointer-set.h [deleted file]
gcc/predict.c
gcc/stmt.c
gcc/testsuite/g++.dg/plugin/selfassign.c
gcc/testsuite/gcc.dg/plugin/finish_unit_plugin.c
gcc/testsuite/gcc.dg/plugin/ggcplug.c
gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
gcc/testsuite/gcc.dg/plugin/selfassign.c
gcc/testsuite/gcc.dg/plugin/start_unit_plugin.c
gcc/tree-affine.c
gcc/tree-cfg.c
gcc/tree-eh.c
gcc/tree-inline.c
gcc/tree-nested.c
gcc/tree-scalar-evolution.c
gcc/tree-ssa-loop-im.c
gcc/tree-ssa-loop-niter.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa-uninit.c
gcc/tree-ssa.c
gcc/tree.c
gcc/var-tracking.c
gcc/varpool.c

index 0bfed4ec7801c5601a813dc1fc1fc86c0db5ae2c..8eba08d457f4e00ca8c22d9e778080f5421e7c70 100644 (file)
@@ -1,3 +1,25 @@
+2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
+       * alias.c, cfgexpand.c, cgraphbuild.c,
+       config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
+       config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
+       config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
+       config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
+       config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
+       config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
+       config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
+       dse.c, except.c, gengtype.c, gimple-expr.c,
+       gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
+       ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
+       tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
+       tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
+       tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
+       tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
+       pointer-set.h.
+       * pointer-set.c: Remove file.
+       * pointer-set.h: Remove file.
+
 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
index a2fb5f5b47fa5b16a27a08019bf296e2e54a1437..31c1f4d59b481d58d4a12de9eba2180ad6730005 100644 (file)
@@ -892,7 +892,7 @@ TREE_H = tree.h $(TREE_CORE_H)  tree-check.h
 REGSET_H = regset.h $(BITMAP_H) hard-reg-set.h
 BASIC_BLOCK_H = basic-block.h $(PREDICT_H) $(VEC_H) $(FUNCTION_H) \
        cfg-flags.def cfghooks.h
-GIMPLE_H = gimple.h gimple.def gsstruct.def pointer-set.h $(VEC_H) \
+GIMPLE_H = gimple.h gimple.def gsstruct.def $(VEC_H) \
        $(GGC_H) $(BASIC_BLOCK_H) $(TREE_H) tree-ssa-operands.h \
        tree-ssa-alias.h $(INTERNAL_FN_H) $(HASH_TABLE_H) is-a.h
 GCOV_IO_H = gcov-io.h gcov-iov.h auto-host.h gcov-counter.def
@@ -950,7 +950,7 @@ TREE_INLINE_H = tree-inline.h
 REAL_H = real.h $(MACHMODE_H)
 LTO_STREAMER_H = lto-streamer.h $(LINKER_PLUGIN_API_H) $(TARGET_H) \
                $(CGRAPH_H) $(VEC_H) $(HASH_TABLE_H) $(TREE_H) $(GIMPLE_H) \
-               $(GCOV_IO_H) $(DIAGNOSTIC_H) alloc-pool.h pointer-set.h
+               $(GCOV_IO_H) $(DIAGNOSTIC_H) alloc-pool.h
 IPA_PROP_H = ipa-prop.h $(TREE_H) $(VEC_H) $(CGRAPH_H) $(GIMPLE_H) alloc-pool.h
 BITMAP_H = bitmap.h $(HASHTAB_H) statistics.h
 GCC_PLUGIN_H = gcc-plugin.h highlev-plugin-common.h plugin.def \
@@ -1329,7 +1329,6 @@ OBJS = \
        opts-global.o \
        passes.o \
        plugin.o \
-       pointer-set.o \
        postreload-gcse.o \
        postreload.o \
        predict.o \
@@ -3140,7 +3139,7 @@ installdirs:
        $(mkinstalldirs) $(DESTDIR)$(man7dir)
 
 PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
-  toplev.h $(DIAGNOSTIC_CORE_H) $(BASIC_BLOCK_H) pointer-set.h $(HASH_TABLE_H) \
+  toplev.h $(DIAGNOSTIC_CORE_H) $(BASIC_BLOCK_H) $(HASH_TABLE_H) \
   tree-ssa-alias.h $(INTERNAL_FN_H) gimple-fold.h tree-eh.h gimple-expr.h \
   gimple.h is-a.h $(TREE_PASS_H) $(GCC_PLUGIN_H) \
   $(GGC_H) $(TREE_DUMP_H) $(PRETTY_PRINT_H) $(OPTS_H) $(PARAMS_H) \
index d8e10dbde85301798b5ea3f0771dd87838baccf6..39df09b4e88853aa9da88262e58cbabdd3e9b9dc 100644 (file)
@@ -42,7 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "df.h"
 #include "tree-ssa-alias.h"
-#include "pointer-set.h"
 #include "internal-fn.h"
 #include "gimple-expr.h"
 #include "is-a.h"
index b599627c397744386f6c6e005e8b77b0936965f3..803eb7b401994fae7be36e6b97ff70e9ac41138d 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * c-gimplify.c, cilk.c: Remove includes of pointer-set.h.
+
 2014-08-03  Marek Polacek  <polacek@redhat.com>
 
        * c-common.c (check_case_value):  Add location_t parameter.  Use it.
index 489821757edb263ffdcc6ef80be99dc3b340f9a9..8f7cf42a09136349cd22f38f62b8d38440f82107 100644 (file)
@@ -46,7 +46,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cgraph.h"
 #include "cilk.h"
 #include "c-ubsan.h"
-#include "pointer-set.h"
 
 /*  The gimplification pass converts the language-dependent trees
     (ld-trees) emitted by the parser into language-independent trees
index e0d114128abcf6ea360a76cd176e91bc27b133f6..20b343214d4fff334e61866360aa1b25946da322 100644 (file)
@@ -27,7 +27,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "stringpool.h"
 #include "calls.h"
 #include "langhooks.h"
-#include "pointer-set.h"
 #include "gimple-expr.h"
 #include "gimplify.h"
 #include "tree-iterator.h"
index 484a284b0fd92514bf626b46909d41a1c28b3ced..3dcd81f9c45b837b35754ef335b23d4c79546799 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * c-typeck.c: Remove include of pointer-set.h.
+
 2014-08-07  Marek Polacek  <polacek@redhat.com>
 
        * c-typeck.c (pointer_diff): Remove P - (P + CST) optimization.
index 998e3863a96f902d4b5350a6d1ae77ed88e63db2..f8a231617aec167561bcec5b435e4a8bf9fcab51 100644 (file)
@@ -40,7 +40,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "tree-iterator.h"
 #include "bitmap.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "gimple-expr.h"
 #include "gimplify.h"
index 5ac22a21765bf68801717b5df075e62ac7582366..ea53d2a3bdf0291a66b0a67132c3bccc3406ca5f 100644 (file)
@@ -36,7 +36,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "bitmap.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "tree-eh.h"
index a04958f4d8c0a17e89f86ad6506d912834e0c100..b10061bc8f43953da8a2931982d11bbfea3992a4 100644 (file)
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index ba58a99174a2d2014b4268c1a3e7b3972c4ba568..5217f4a5f39224dbf8029542ad33790ef2c191be 100644 (file)
@@ -33,7 +33,6 @@
 #include "langhooks.h"
 #include "diagnostic-core.h"
 #include "optabs.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index 832bcf36c635f7e124ccd40480b8ca5aa02480eb..e7946fc0b70ced70a4e98caa0a33121f29242aad 100644 (file)
@@ -46,7 +46,6 @@
 #include "recog.h"
 #include "langhooks.h"
 #include "diagnostic-core.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index e79621ff058f595b5946ba7037861cdfcb4b0857..59bcdd4356757bdf4c8704d15a7dc0431cad19ee 100644 (file)
@@ -51,7 +51,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "debug.h"
 #include "langhooks.h"
 #include "splay-tree.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index d13983ce811d5cf38f69bcdc9ab7d0297a044711..60c8d1ef37c2141029255db14f24d7380e3e7b9d 100644 (file)
@@ -48,7 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "df.h"
 #include "debug.h"
 #include "obstack.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index 929f1b14a865e4463d7829d9ce40ec8a30791e1d..6b43fd43d7302b0aab9fa04d687a1ba7572ce695 100644 (file)
@@ -52,7 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "reload.h"
 #include "cgraph.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index bf6e2b1fec2aebd7349ecf05b1d371e573cb6609..a9ca2fd2aca10fef5e5c24b0f1f5f005f1d79908 100644 (file)
@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "ggc.h"
 #include "target.h"
 #include "except.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index c2e807c314d3e390bfab933f5beabd075de1f851..cb840fd8a9bfb7510ca73c5042f1b097c43d4f97 100644 (file)
@@ -53,7 +53,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm_p.h"
 #include "hash-table.h"
 #include "langhooks.h"
-#include "pointer-set.h"
 #include "vec.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
index 69b9c55e534c4cfbcfc089a50b5a5cf690d78578..23fd1cc5935a005b53ba270294e13914ceee9cd1 100644 (file)
@@ -48,7 +48,6 @@
 #include "target-def.h"
 #include "tm_p.h"
 #include "langhooks.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index 853821c877141e98697daa95c1035b4cb7f5d20d..dadd92bab211af41633875f57fbbb52248a40497 100644 (file)
@@ -51,7 +51,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target-def.h"
 #include "langhooks.h"
 #include "df.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index d8654c4479acfc66a298e4ec24e83bf422bb6794..d2c9b4c78a2032b7fecb1639e27f89d04913c1be 100644 (file)
@@ -54,7 +54,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "common/common-target.h"
 #include "langhooks.h"
 #include "sched-int.h"
-#include "pointer-set.h"
 #include "vec.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
index d088ff6acd289e793916de1e70283f3601ed697c..4b19a666eaa68c0e52f992e98a8e2298e9834828 100644 (file)
@@ -56,7 +56,6 @@
 #include "reload.h"
 #include "cfgloop.h"
 #include "sched-int.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index 03b85ff2ee1dbe66592afd5b3a9c7a378ecdc9bd..a2617a86e6455e2d1bb1f11e6a795a20bca78fe0 100644 (file)
@@ -52,7 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "debug.h"
 #include "langhooks.h"
 #include "optabs.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index a19235d241174481f98811a07eaad1fb2a4eacfe..c74200f6bae5dbb765de0bf1dff306e06c208975 100644 (file)
@@ -56,7 +56,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "sched-int.h"
 #include "params.h"
 #include "ggc.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index 2a2eabdeed53e4206ed6eb23e1d8f23255968e41..595939d5a8e844152563d6a39987c1b3f45ebbac 100644 (file)
@@ -50,7 +50,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "target-def.h"
 #include "common/common-target.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "basic-block.h"
index a32a3a33bdf778d28d1f712f9444efdb6e0c06ae..60d537ff64d044356b7f5969c1f04d505c9c1152 100644 (file)
@@ -49,7 +49,6 @@
 #include "sched-int.h"
 #include "params.h"
 #include "machmode.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index 1463d52ef01c9a66a979a29d78626e0042085739..df207c03e7c686500f97bbc30834094ae768e6fb 100644 (file)
@@ -47,7 +47,6 @@
 #include "target-def.h"
 #include "tm_p.h"
 #include "langhooks.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index ab53fab26b8d0235cca424c693ef5f956af60710..69c9be4f9b6e363c44c53835f5be4687be06c46e 100644 (file)
@@ -40,7 +40,6 @@
 #include "dwarf2.h"
 #include "timevar.h"
 #include "tree.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index 1749556a557f3b2afc0229de5788ac3e63db1569..d36c06599694ff83c3a01bf6fdbc945f357b3a09 100644 (file)
@@ -41,7 +41,6 @@
 #include "dwarf2.h"
 #include "timevar.h"
 #include "tree.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index 540ffecd391d5b91670b3c3942daf4595fec514b..173b27b95881d7aa19f3d94ced3d0559ab648d09 100644 (file)
@@ -50,7 +50,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "target-def.h"
 #include "langhooks.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index 0e70c5f71290afa9f8b8b9d39223b01ec0da1fd9..23afac42f14af5e16dced3b4ba5a5b13c0c401fe 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * class.c, cp-gimplify.c, decl.c, decl2.c, error.c, method.c,
+       optimize.c, pt.c, semantics.c: Remove includes of pointer-set.h.
+
 2014-08-07  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/51312
index 811b581cd5abfaa6234f54b50816370cbe99a1fb..7f6952ae9083d27d826f680d05089914db22cc46 100644 (file)
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "stringpool.h"
 #include "stor-layout.h"
 #include "attribs.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "cp-tree.h"
 #include "flags.h"
index 55d6c144dd67497819e3565b65eb0562f5457a67..e2bf5470799428f739d283e9bd3d6e75da5c81a7 100644 (file)
@@ -28,7 +28,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cp-tree.h"
 #include "c-family/c-common.h"
 #include "tree-iterator.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index bb6135b631f0b5e5c5b59c8a6c614edfc268d1db..79e7362497358bf32890aaa9f912186e7f3b7285 100644 (file)
@@ -55,7 +55,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "intl.h"
 #include "debug.h"
 #include "timevar.h"
-#include "pointer-set.h"
 #include "splay-tree.h"
 #include "plugin.h"
 #include "cgraph.h"
index 9375f3fa98fed5e7de26ec405ff6269cefb7c5b4..1740a2e7340acf474e8c25c32decb0ebc24c899a 100644 (file)
@@ -36,7 +36,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "attribs.h"
 #include "stor-layout.h"
 #include "calls.h"
-#include "pointer-set.h"
 #include "flags.h"
 #include "cp-tree.h"
 #include "decl.h"
index c8987ee1d048a542fd6fd1b6791431b06ffbfab9..2ce6490681bb1be91b18e23b11483734822c8aec 100644 (file)
@@ -31,7 +31,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "intl.h"
 #include "cxx-pretty-print.h"
 #include "tree-pretty-print.h"
-#include "pointer-set.h"
 #include "c-family/c-objc.h"
 #include "ubsan.h"
 
index 56f50e1e5da697658bfd019b3e458899df00c2da..d0e010500f83b088a4c48d4655a9e5e55da25f3d 100644 (file)
@@ -36,7 +36,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "common/common-target.h"
 #include "diagnostic.h"
 #include "cgraph.h"
-#include "pointer-set.h"
 
 /* Various flags to control the mangling process.  */
 
index 6eeca4d64f942d25b8f6d6802fbd5d2a18ab08fd..f9a236e84277bb3666f25b7da80fac5e3323c77a 100644 (file)
@@ -35,7 +35,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "diagnostic-core.h"
 #include "dumpfile.h"
-#include "pointer-set.h"
 #include "tree-iterator.h"
 #include "cgraph.h"
 
index 5fa33b906c7f349595ced5143604077d8b83f506..30d8950e204eb9aaf05e680cd572cf4ff222bf3b 100644 (file)
@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "attribs.h"
 #include "stor-layout.h"
 #include "intl.h"
-#include "pointer-set.h"
 #include "flags.h"
 #include "cp-tree.h"
 #include "c-family/c-common.h"
index 4cd9bee353fbbaf2ae861225cb95747183938a98..14bf82d6f0a072413f332059df13b03d06839c23 100644 (file)
@@ -44,7 +44,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cgraph.h"
 #include "tree-iterator.h"
 #include "target.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "gimplify.h"
 #include "bitmap.h"
index be0a43910e60b4aae24723be8f9525df44d8c20e..c8b47a3cf3e0151a8437b9fd1798dbb0de30bae5 100644 (file)
@@ -44,7 +44,6 @@
 #include "et-forest.h"
 #include "timevar.h"
 #include "hash-map.h"
-#include "pointer-set.h"
 #include "graphds.h"
 #include "bitmap.h"
 
index 6370c97b9de57902ad3c3e0eda394859fc7e8687..8c3d84143e45c84791e2b9f8626d65c481eef220 100644 (file)
--- a/gcc/dse.c
+++ b/gcc/dse.c
@@ -47,7 +47,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "dbgcnt.h"
 #include "target.h"
 #include "params.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-expr.h"
index ec08e91219771e34ca4d02deac021deb39410c04..58ee4bb505d8b120688e95f607a77a748a965b61 100644 (file)
@@ -139,7 +139,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "tree-pretty-print.h"
 #include "tree-pass.h"
-#include "pointer-set.h"
 #include "cfgloop.h"
 #include "builtins.h"
 
index e66941b9602a2bea3e13d7dd868e87dbe1681fbc..c1f9e693c22f9d9d1b200942dd99ea5aff53f0f7 100644 (file)
@@ -1825,7 +1825,7 @@ open_base_files (void)
       "tree.h", "rtl.h", "wide-int.h", "function.h", "insn-config.h", "expr.h",
       "hard-reg-set.h", "basic-block.h", "cselib.h", "insn-addr.h",
       "optabs.h", "libfuncs.h", "debug.h", "ggc.h", "cgraph.h",
-      "pointer-set.h", "hash-table.h", "vec.h", "ggc.h", "basic-block.h",
+      "hash-table.h", "vec.h", "ggc.h", "basic-block.h",
       "tree-ssa-alias.h", "internal-fn.h", "gimple-fold.h", "tree-eh.h",
       "gimple-expr.h", "is-a.h",
       "gimple.h", "gimple-iterator.h", "gimple-ssa.h", "tree-cfg.h",
index 73285b282a79a29b6279351a16358bbf9cd78a25..0e8a01ac87722dcac34ad61504b0e8a93b9d0212 100644 (file)
@@ -24,7 +24,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index a9e01613150eb086843d7a668b34211e9f9a30c8..6bf54d64605bd5f0493101aae02516a87378abba 100644 (file)
@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
-#include "pointer-set.h"
 #include "hash-map.h"
 #include "hash-table.h"
 #include "basic-block.h"
index c0ae7cc785117c5295ef171084687e29c3a3b309..279158d4d4a7e79c8c856a0a2de9368dca7ec0eb 100644 (file)
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 #include "expr.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
index e9f56c12d1dae29026b4ca74723699ee2d3cfecf..754a707cd3501f30a331bbd992f7c351e2f42cdb 100644 (file)
@@ -41,7 +41,6 @@
 #include "tree-pass.h"
 #include "df.h"
 #include "vec.h"
-#include "pointer-set.h"
 #include "dbgcnt.h"
 
 #ifndef HAVE_conditional_move
index bca2bc7a0cfe2a35d719cb37883a9a1d0135e7df..110d22b43c0bd5cb3257c7ffade9d2223b688d56 100644 (file)
@@ -79,7 +79,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 #include "cgraph.h"
 #include "tree-pass.h"
-#include "pointer-set.h"
 #include "calls.h"
 #include "gimple-expr.h"
 #include "varasm.h"
index f304ba2098f1d25ca2dfe627776500bbf163d8da..9f89a6c7ed6fd678240ea3a3de6a87c9dc4efae9 100644 (file)
@@ -32,7 +32,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "alloc-pool.h"
 #include "gcov-io.h"
 #include "diagnostic.h"
-#include "pointer-set.h"
 
 /* Define when debugging the LTO streamer.  This causes the writer
    to output the numeric value for the memory address of the tree node
index 0fe2a402d55aabd50e172fcfb8a7f4cff6addcd0..7f268650e10e57d80c37d5ae15f8249a76e3e744 100644 (file)
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "stringpool.h"
 #include "stor-layout.h"
 #include "rtl.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
diff --git a/gcc/pointer-set.c b/gcc/pointer-set.c
deleted file mode 100644 (file)
index 8b6a732..0000000
+++ /dev/null
@@ -1,271 +0,0 @@
-/* Set operations on pointers
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
-
-This file is part of GCC.
-
-GCC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-GCC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING3.  If not see
-<http://www.gnu.org/licenses/>.  */
-
-#include "config.h"
-#include "system.h"
-#include "pointer-set.h"
-
-
-/* Use the multiplicative method, as described in Knuth 6.4, to obtain
-   a hash code for P in the range [0, MAX).  MAX == 2^LOGMAX.
-
-   Summary of this method: Multiply p by some number A that's
-   relatively prime to 2^sizeof(size_t).  The result is two words.
-   Discard the most significant word, and return the most significant
-   N bits of the least significant word.  As suggested by Knuth, our
-   choice for A is the integer part of (ULONG_MAX + 1.0) / phi, where phi
-   is the golden ratio.
-
-   We don't need to do anything special for full-width multiplication
-   because we're only interested in the least significant word of the
-   product, and unsigned arithmetic in C is modulo the word size.  */
-
-static inline size_t
-hash1 (const void *p, unsigned long max, unsigned long logmax)
-{
-#if HOST_BITS_PER_LONG == 32
-  const unsigned long A = 0x9e3779b9u;
-#elif HOST_BITS_PER_LONG == 64
-  const unsigned long A = 0x9e3779b97f4a7c16ul;
-#else
-  const unsigned long A
-    = (ULONG_MAX + 1.0L) * 0.6180339887498948482045868343656381177203L;
-#endif
-  const unsigned long shift = HOST_BITS_PER_LONG - logmax;
-
-  return ((A * (uintptr_t) p) >> shift) & (max - 1);
-}
-
-
-/* Allocate an empty pointer set.  */
-struct pointer_set_t *
-pointer_set_create (void)
-{
-  struct pointer_set_t *result = XNEW (struct pointer_set_t);
-
-  result->n_elements = 0;
-  result->log_slots = 8;
-  result->n_slots = (size_t) 1 << result->log_slots;
-
-  result->slots = XCNEWVEC (const void *, result->n_slots);
-  return result;
-}
-
-/* Reclaims all memory associated with PSET.  */
-void
-pointer_set_destroy (struct pointer_set_t *pset)
-{
-  XDELETEVEC (pset->slots);
-  XDELETE (pset);
-}
-
-
-/* Lookup the slot for the pointer P and return true if it exists,
-   otherwise return false in which case *IX points to the slot that
-   would be used on insertion.  */
-
-bool
-pointer_set_lookup (const pointer_set_t *pset, const void *p, size_t *ix)
-{
-  size_t n = hash1 (p, pset->n_slots, pset->log_slots);
-
-  while (true)
-    {
-      if (pset->slots[n] == p)
-       {
-         *ix = n;
-         return true;
-       }
-      else if (pset->slots[n] == 0)
-       {
-         *ix = n;
-         return false;
-       }
-      else
-       {
-         ++n;
-         if (n == pset->n_slots)
-           n = 0;
-       }
-    }
-}
-
-/* Returns nonzero if PSET contains P.  P must be nonnull.
-
-   Collisions are resolved by linear probing.  */
-int
-pointer_set_contains (const struct pointer_set_t *pset, const void *p)
-{
-  size_t n;
-  return pointer_set_lookup (pset, p, &n);
-}
-
-/* Inserts P into PSET if it wasn't already there.  Returns nonzero
-   if it was already there. P must be nonnull.  */
-int
-pointer_set_insert (struct pointer_set_t *pset, const void *p)
-{
-  size_t n;
-
-  /* For simplicity, expand the set even if P is already there.  This can be
-     superfluous but can happen at most once.  */
-  if (pset->n_elements > pset->n_slots / 4)
-    {
-      size_t old_n_slots = pset->n_slots;
-      const void **old_slots = pset->slots;
-      pset->log_slots = pset->log_slots + 1;
-      pset->n_slots = pset->n_slots * 2;
-      pset->slots = XCNEWVEC (const void *, pset->n_slots);
-      size_t i;
-
-      for (i = 0; i < old_n_slots; ++i)
-        {
-         const void *value = old_slots[i];
-         pointer_set_lookup (pset, value, &n);
-         pset->slots[n] = value;
-       }
-
-      XDELETEVEC (old_slots);
-    }
-
-  if (pointer_set_lookup (pset, p, &n))
-    return 1;
-
-  pset->slots[n] = p;
-  ++pset->n_elements;
-  return 0;
-}
-
-/* Pass each pointer in PSET to the function in FN, together with the fixed
-   parameter DATA.  If FN returns false, the iteration stops.  */
-
-void pointer_set_traverse (const struct pointer_set_t *pset,
-                          bool (*fn) (const void *, void *), void *data)
-{
-  size_t i;
-  for (i = 0; i < pset->n_slots; ++i)
-    if (pset->slots[i] && !fn (pset->slots[i], data))
-      break;
-}
-
-\f
-/* A pointer map is represented the same way as a pointer_set, so
-   the hash code is based on the address of the key, rather than
-   its contents.  Null keys are a reserved value.  Deletion is not
-   supported (yet).  There is no mechanism for user control of hash
-   function, equality comparison, initial size, or resizing policy.  */
-
-struct pointer_map_t
-{
-  pointer_set_t pset;
-  void **values;
-};
-
-/* Allocate an empty pointer map.  */
-struct pointer_map_t *
-pointer_map_create (void)
-{
-  struct pointer_map_t *result = XNEW (struct pointer_map_t);
-
-  result->pset.n_elements = 0;
-  result->pset.log_slots = 8;
-  result->pset.n_slots = (size_t) 1 << result->pset.log_slots;
-
-  result->pset.slots = XCNEWVEC (const void *, result->pset.n_slots);
-  result->values = XCNEWVEC (void *, result->pset.n_slots);
-  return result;
-}
-
-/* Reclaims all memory associated with PMAP.  */
-void pointer_map_destroy (struct pointer_map_t *pmap)
-{
-  XDELETEVEC (pmap->pset.slots);
-  XDELETEVEC (pmap->values);
-  XDELETE (pmap);
-}
-
-/* Returns a pointer to the value to which P maps, if PMAP contains P.  P
-   must be nonnull.  Return NULL if PMAP does not contain P.
-
-   Collisions are resolved by linear probing.  */
-void **
-pointer_map_contains (const struct pointer_map_t *pmap, const void *p)
-{
-  size_t n;
-  if (pointer_set_lookup (&pmap->pset, p, &n))
-    return &pmap->values[n];
-  else
-    return NULL;
-}
-
-/* Inserts P into PMAP if it wasn't already there.  Returns a pointer
-   to the value.  P must be nonnull.  */
-void **
-pointer_map_insert (struct pointer_map_t *pmap, const void *p)
-{
-  size_t n;
-
-  /* For simplicity, expand the map even if P is already there.  This can be
-     superfluous but can happen at most once.  */
-  if (pmap->pset.n_elements > pmap->pset.n_slots / 4)
-    {
-      size_t old_n_slots = pmap->pset.n_slots;
-      const void **old_keys = pmap->pset.slots;
-      void **old_values = pmap->values;
-      pmap->pset.log_slots = pmap->pset.log_slots + 1;
-      pmap->pset.n_slots = pmap->pset.n_slots * 2;
-      pmap->pset.slots = XCNEWVEC (const void *, pmap->pset.n_slots);
-      pmap->values = XCNEWVEC (void *, pmap->pset.n_slots);
-      size_t i;
-
-      for (i = 0; i < old_n_slots; ++i)
-       if (old_keys[i])
-         {
-           const void *key = old_keys[i];
-           pointer_set_lookup (&pmap->pset, key, &n);
-           pmap->pset.slots[n] = key;
-           pmap->values[n] = old_values[i];
-         }
-
-      XDELETEVEC (old_keys);
-      XDELETEVEC (old_values);
-    }
-
-  if (!pointer_set_lookup (&pmap->pset, p, &n))
-    {
-      ++pmap->pset.n_elements;
-      pmap->pset.slots[n] = p;
-    }
-
-  return &pmap->values[n];
-}
-
-/* Pass each pointer in PMAP to the function in FN, together with the pointer
-   to the value and the fixed parameter DATA.  If FN returns false, the
-   iteration stops.  */
-
-void pointer_map_traverse (const struct pointer_map_t *pmap,
-                          bool (*fn) (const void *, void **, void *), void *data)
-{
-  size_t i;
-  for (i = 0; i < pmap->pset.n_slots; ++i)
-    if (pmap->pset.slots[i]
-       && !fn (pmap->pset.slots[i], &pmap->values[i], data))
-      break;
-}
diff --git a/gcc/pointer-set.h b/gcc/pointer-set.h
deleted file mode 100644 (file)
index fc59212..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/* Set operations on pointers
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
-
-This file is part of GCC.
-
-GCC is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 3, or (at your option) any later
-version.
-
-GCC is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-for more details.
-
-You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING3.  If not see
-<http://www.gnu.org/licenses/>.  */
-
-#ifndef POINTER_SET_H
-#define POINTER_SET_H
-
-
-/* A pointer set is represented as a simple open-addressing hash
-   table.  Simplifications: The hash code is based on the value of the
-   pointer, not what it points to.  The number of buckets is always a
-   power of 2.  Null pointers are a reserved value.  Deletion is not
-   supported (yet).  There is no mechanism for user control of hash
-   function, equality comparison, initial size, or resizing policy.  */
-
-struct pointer_set_t
-{
-  size_t log_slots;
-  size_t n_slots;              /* n_slots = 2^log_slots */
-  size_t n_elements;
-  const void **slots;
-};
-
-struct pointer_set_t *pointer_set_create (void);
-void pointer_set_destroy (struct pointer_set_t *pset);
-int pointer_set_contains (const struct pointer_set_t *pset, const void *p);
-int pointer_set_insert (struct pointer_set_t *pset, const void *p);
-void pointer_set_traverse (const struct pointer_set_t *,
-                          bool (*) (const void *, void *),
-                          void *);
-bool pointer_set_lookup (const pointer_set_t *, const void *, size_t *);
-
-
-struct pointer_map_t;
-pointer_map_t *pointer_map_create (void);
-void pointer_map_destroy (pointer_map_t *pmap);
-
-void **pointer_map_contains (const pointer_map_t *pmap, const void *p);
-void **pointer_map_insert (pointer_map_t *pmap, const void *p);
-void pointer_map_traverse (const pointer_map_t *,
-                          bool (*) (const void *, void **, void *), void *);
-
-
-#endif  /* POINTER_SET_H  */
index 34ebdc3658f35e66c8cc8f4d24534d0cdbb298e9..835c6181ffc734cc0cb6258e8454445ff4506416 100644 (file)
@@ -51,7 +51,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "params.h"
 #include "target.h"
 #include "cfgloop.h"
-#include "pointer-set.h"
 #include "hash-map.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index 55ec279776fd353707d5a64baaf989225b2ad8a5..8e6d3a5fd686b2243f56dd01203bb8c5d03f1c56 100644 (file)
@@ -48,7 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "optabs.h"
 #include "target.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index 508176ff21d6b910dd6d188938b5d86f30a5e333..cfddada9e53f4bec86740529eae59bd294780a86 100644 (file)
@@ -11,7 +11,6 @@
 #include "stringpool.h"
 #include "toplev.h"
 #include "basic-block.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index c04d96d8232d9c99319ab845e50d2b58a65371aa..1b4f7cc26fc0f21c442de09345f42e1ee5b0918c 100644 (file)
@@ -9,7 +9,6 @@
 #include "tree.h"
 #include "toplev.h"
 #include "basic-block.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index d441528e9de6c25110d65039c0489ab82fb4ad7b..65d848e9740335810b71595578e403085b214023 100644 (file)
@@ -8,7 +8,6 @@
 #include "tree.h"
 #include "toplev.h"
 #include "basic-block.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index d873d0278374e959ef4a6b9fb6c1cf4704d6e3f5..bd1c0f0e57948e995f1b63d89be12a3512701926 100644 (file)
@@ -6,7 +6,6 @@
 #include "tree.h"
 #include "tm.h"
 #include "toplev.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index 227b6b002a628f738c05aa2ac555b72fe1180ae4..80c59bb344a91c57b4da8ef4ff13b66b4eeb6d26 100644 (file)
@@ -11,7 +11,6 @@
 #include "stringpool.h"
 #include "toplev.h"
 #include "basic-block.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index e83476b63fd439c974593941c73b129176634a24..b98cf55eddd4bce6844d147eb8c315111cc17839 100644 (file)
@@ -14,7 +14,6 @@
 #include "stringpool.h"
 #include "toplev.h"
 #include "basic-block.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "vec.h"
 #include "ggc.h"
index 5c894ea6f78f2326fb2ac8a3ea340962b4274dee..18b44c15ed3495430500a78543cbf96bea603754 100644 (file)
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 #include "expr.h"
 #include "tree-pretty-print.h"
-#include "pointer-set.h"
 #include "tree-affine.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
index cfa65273efbe245b1a10c12454c9150fdd9e40bd..9d1de01021cfda296c3fe53c9212c3aa6bd627c5 100644 (file)
@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "function.h"
 #include "gimple-pretty-print.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-fold.h"
index db2818490a97bbbbaa582a8b2197ba75943f213f..6c6faf303644cef8cc1962a77250d01241aadbf4 100644 (file)
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "function.h"
 #include "except.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index e2b7990b765e8b626e77511f7c7a2a0d495540ee..b6ecaa4b25a9a7f907ace67332ae6b1540189c4c 100644 (file)
@@ -36,7 +36,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "tree-iterator.h"
 #include "intl.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-fold.h"
index 7d5c039927ee0fc01bc9373e27280be895f58d5d..07d6c79a271a74273c6c5f70785b80af04d8e70d 100644 (file)
@@ -28,7 +28,6 @@
 #include "function.h"
 #include "tree-dump.h"
 #include "tree-inline.h"
-#include "pointer-set.h"
 #include "basic-block.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index 3c40b003f023e0571e7674f531ad3fde0d221a43..248bb8db069150c13f160a6d193ad74cdabd4e2d 100644 (file)
@@ -280,7 +280,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa.h"
 #include "cfgloop.h"
 #include "tree-chrec.h"
-#include "pointer-set.h"
 #include "tree-affine.h"
 #include "tree-scalar-evolution.h"
 #include "dumpfile.h"
index 6239a7085f3ac6afc38353515dd47454fc0a9e17..a3ebe729a6adfdeb0b3dab74781a3f54cc800e88 100644 (file)
@@ -25,7 +25,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm_p.h"
 #include "basic-block.h"
 #include "gimple-pretty-print.h"
-#include "pointer-set.h"
 #include "hash-map.h"
 #include "hash-table.h"
 #include "tree-ssa-alias.h"
index c95cde840360ac868907340b9d276089d829f72c..d4d3e539771d83bd7dd8eb9014cff1d019c7dbdd 100644 (file)
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-pretty-print.h"
 #include "intl.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-expr.h"
index 3185d9a61531690f6a6c4d38a92b6895597253bd..f62010fd2d971e4b1e1a732a92f43fbecdd774c7 100644 (file)
@@ -28,7 +28,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm_p.h"
 #include "basic-block.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-expr.h"
index 521d77863760837f7802f6eccfe46a38323a365b..3f18d82da0e30cca3114c8ed69da12d5a34f0bff 100644 (file)
@@ -30,7 +30,6 @@
 #include "tree.h"
 #include "stor-layout.h"
 #include "stmt.h"
-#include "pointer-set.h"
 #include "hash-table.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
index f2578b7e8f84c92ec7e403e1e767505c9f6a2b0d..3b38fd480d32f143befdacc935b8a86b04fda1f0 100644 (file)
@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-pretty-print.h"
 #include "bitmap.h"
 #include "hash-set.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-expr.h"
index fd12be7070fc25b94d1fbe33eef9ccfc8d726aa7..b6b371801c53c551c44d2fdd37a70c1ae99fd458 100644 (file)
@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "function.h"
 #include "gimple-pretty-print.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-fold.h"
index d95cf78a56b19ea1c83e7817cb7c9f1401129828..49cb5c03a31766735a7c312d6b666faf8c27b698 100644 (file)
@@ -52,7 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-iterator.h"
 #include "basic-block.h"
 #include "bitmap.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-expr.h"
index 3b72fce9e46f12b64a5c06d50831b7d34040c42b..4f4780824aaee8cc8baeedabc7c6c4566a3f1cd5 100644 (file)
@@ -93,7 +93,6 @@
 #include "tree.h"
 #include "varasm.h"
 #include "stor-layout.h"
-#include "pointer-set.h"
 #include "hash-map.h"
 #include "hash-table.h"
 #include "basic-block.h"
index 8350adb2d87fdecf6a4624acb63be2cc5e658083..b5fe71ee1e93c586264cce4175d6a2cdc6e86bc4 100644 (file)
@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "output.h"
 #include "gimple-expr.h"
 #include "flags.h"
-#include "pointer-set.h"
 #include "tree-ssa-alias.h"
 #include "gimple.h"
 #include "lto-streamer.h"