diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-24 19:57:52 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-24 19:57:52 +0000 |
commit | 7e6077637c9f5bedb073c6ce4346f82cfd80cb32 (patch) | |
tree | def90e74f9e074343cd6822a504c48a65662a96f /gcc/tree-flow.h | |
parent | e5f66442bfd7ee1a24ec6dbf6ce6bd4be37f489c (diff) | |
download | gcc-7e6077637c9f5bedb073c6ce4346f82cfd80cb32.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 348b16d8445..974e8b0ca87 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; |