Commit 0b4961d0 by Kazu Hirata Committed by Kazu Hirata

tree-ssa-live.c (build_tree_conflict_graph): Remove local variable ann.

	* tree-ssa-live.c (build_tree_conflict_graph): Remove local
	variable ann.

From-SVN: r96375
parent ed9cef22
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
* tree-cfg.c (group_case_labels): Remove local variable type. * 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> 2005-03-13 Andy Hutchinson <HutchinsonAndy@netscape.net>
PR target/18251 PR target/18251
......
...@@ -1323,10 +1323,8 @@ build_tree_conflict_graph (tree_live_info_p liveinfo, tpa_p tpa, ...@@ -1323,10 +1323,8 @@ build_tree_conflict_graph (tree_live_info_p liveinfo, tpa_p tpa,
{ {
bool is_a_copy = false; bool is_a_copy = false;
tree stmt = bsi_stmt (bsi); tree stmt = bsi_stmt (bsi);
stmt_ann_t ann;
get_stmt_operands (stmt); get_stmt_operands (stmt);
ann = stmt_ann (stmt);
/* A copy between 2 partitions does not introduce an interference /* A copy between 2 partitions does not introduce an interference
by itself. If they did, you would never be able to coalesce by itself. If they did, you would never be able to coalesce
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment