]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-live.c (build_tree_conflict_graph): Remove local
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Mar 2005 15:57:31 +0000 (15:57 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Mar 2005 15:57:31 +0000 (15:57 +0000)
variable ann.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96375 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-live.c

index 920740d42eab81a9ed47ca14b94d8c858c3a6be9..73e8079ba35ade57f04368a6306951c8e4c6d7b0 100644 (file)
@@ -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  <HutchinsonAndy@netscape.net>
 
        PR target/18251
index 8d4912a7046e3e8b6d2237e1ba86842031726ad1..a4b4ab05d74789999cf79231c01c06fe02cb9474 100644 (file)
@@ -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