aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-24 19:57:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-24 19:57:52 +0000
commit04d0d7500ab88716be00db442865d93d3e4c5b7f (patch)
treedef90e74f9e074343cd6822a504c48a65662a96f /gcc/tree-flow.h
parente0f391dd9030fce35ef9bb3592c1115f56c5a615 (diff)
downloadgcc-04d0d7500ab88716be00db442865d93d3e4c5b7f.zip
gcc-04d0d7500ab88716be00db442865d93d3e4c5b7f.tar.gz
gcc-04d0d7500ab88716be00db442865d93d3e4c5b7f.tar.bz2
tree-flow.h (bb_ann_d): Remove has_escape_site.
* tree-flow.h (bb_ann_d): Remove has_escape_site. * tree-ssa-alias.c (compute_points_to_addr_escape): Don't write to has_escape_site. From-SVN: r100109
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 348b16d..974e8b0 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -385,9 +385,6 @@ struct bb_ann_d GTY(())
/* Chain of PHI nodes for this block. */
tree phi_nodes;
- /* Nonzero if this block contains an escape point (see is_escape_site). */
- unsigned has_escape_site : 1;
-
/* Nonzero if one or more incoming edges to this block should be threaded
to an outgoing edge of this block. */
unsigned incoming_edge_threaded : 1;