From: kazu Date: Sun, 13 Mar 2005 15:57:31 +0000 (+0000) Subject: * tree-ssa-live.c (build_tree_conflict_graph): Remove local X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7532009b7582285c364c1f9253e92a7b6233a8c6;p=thirdparty%2Fgcc.git * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 920740d42eab..73e8079ba35a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -25,6 +25,9 @@ * tree-cfg.c (group_case_labels): Remove local variable type. + * tree-ssa-live.c (build_tree_conflict_graph): Remove local + variable ann. + 2005-03-13 Andy Hutchinson PR target/18251 diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index 8d4912a7046e..a4b4ab05d747 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