aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-16 00:55:20 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-16 00:55:20 +0000
commitaacac31f2cefc0a2d44402ea20b773128cd35a04 (patch)
treeecb880d7f69d7186f720a8d961d9a1beb89f9daa /gcc/tree-ssa-structalias.h
parent13bf5947fcc3b2f2f85b77be908bb3efeff8131b (diff)
downloadgcc-aacac31f2cefc0a2d44402ea20b773128cd35a04.zip
gcc-aacac31f2cefc0a2d44402ea20b773128cd35a04.tar.gz
gcc-aacac31f2cefc0a2d44402ea20b773128cd35a04.tar.bz2
* tree-ssa-structalias.h (alias_info): Remove num_references.
From-SVN: r112979
Diffstat (limited to 'gcc/tree-ssa-structalias.h')
-rw-r--r--gcc/tree-ssa-structalias.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-ssa-structalias.h b/gcc/tree-ssa-structalias.h
index 008c015..46fe0c1 100644
--- a/gcc/tree-ssa-structalias.h
+++ b/gcc/tree-ssa-structalias.h
@@ -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;