* tree-ssa-structalias.h (alias_info): Remove num_references.
authorKazu Hirata <kazu@codesourcery.com>
Sun, 16 Apr 2006 00:55:20 +0000 (00:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 16 Apr 2006 00:55:20 +0000 (00:55 +0000)
From-SVN: r112979

gcc/ChangeLog
gcc/tree-ssa-structalias.h

index e50a0476e339b7b7661852707a9c12e6a62ef67d..2ace1f1a570e9998de84ef2f8401b768fae130b3 100644 (file)
@@ -4,6 +4,8 @@
        jump.c, mips-tfile.c, omp-low.c, sched-int.h,
        tree-ssa-loop-prefetch.c, tree-vrp.c: Fix comment typos.
 
+       * tree-ssa-structalias.h (alias_info): Remove num_references.
+
 2006-04-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * pa.md (output_bb patterns): Shorten long branch alternatives by 4.
index 008c0156b870151dfed6469bbfb2de3566d02d54..46fe0c13ad03fc8104082d2d8f83dd189f79aa4c 100644 (file)
@@ -52,11 +52,6 @@ struct alias_info
   /* Number of const/pure function calls found in the program.  */
   size_t num_pure_const_calls_found;
 
-  /* Array of counters to keep track of how many times each pointer has
-     been dereferenced in the program.  This is used by the alias grouping
-     heuristic in compute_flow_insensitive_aliasing.  */
-  varray_type num_references;
-
   /* Total number of virtual operands that will be needed to represent
      all the aliases of all the pointers found in the program.  */
   long total_alias_vops;