diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-13 15:57:31 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-13 15:57:31 +0000 |
commit | 7532009b7582285c364c1f9253e92a7b6233a8c6 (patch) | |
tree | d17bba668940a7dab902023c4db1e0f0d40ec76b /gcc/tree-ssa-live.c | |
parent | b9e0e333a96e7d66317a63095da630660f5482f6 (diff) | |
download | gcc-7532009b7582285c364c1f9253e92a7b6233a8c6.tar.gz |
* tree-ssa-live.c (build_tree_conflict_graph): Remove local
variable ann.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96375 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-live.c')
-rw-r--r-- | gcc/tree-ssa-live.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index 8d4912a7046..a4b4ab05d74 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -1323,10 +1323,8 @@ build_tree_conflict_graph (tree_live_info_p liveinfo, tpa_p tpa, { bool is_a_copy = false; tree stmt = bsi_stmt (bsi); - stmt_ann_t ann; get_stmt_operands (stmt); - ann = stmt_ann (stmt); /* A copy between 2 partitions does not introduce an interference by itself. If they did, you would never be able to coalesce |