Commit 504b33d8 by Ian Lance Taylor Committed by Ian Lance Taylor

ira-build.c (copy_info_to_removed_store_destinations): Initialize parent_a.

	* ira-build.c (copy_info_to_removed_store_destinations):
	Initialize parent_a.

From-SVN: r148551
parent f9551830
2009-06-16 Ian Lance Taylor <iant@google.com> 2009-06-16 Ian Lance Taylor <iant@google.com>
* ira-build.c (copy_info_to_removed_store_destinations):
Initialize parent_a.
2009-06-16 Ian Lance Taylor <iant@google.com>
* c-decl.c (grokdeclarator): Change size_varies to bool. * c-decl.c (grokdeclarator): Change size_varies to bool.
2009-06-16 Ian Lance Taylor <iant@google.com> 2009-06-16 Ian Lance Taylor <iant@google.com>
......
...@@ -2394,7 +2394,8 @@ static ira_allocno_t *regno_top_level_allocno_map; ...@@ -2394,7 +2394,8 @@ static ira_allocno_t *regno_top_level_allocno_map;
static bool static bool
copy_info_to_removed_store_destinations (int regno) copy_info_to_removed_store_destinations (int regno)
{ {
ira_allocno_t a, parent_a; ira_allocno_t a;
ira_allocno_t parent_a = NULL;
ira_loop_tree_node_t parent; ira_loop_tree_node_t parent;
allocno_live_range_t r; allocno_live_range_t r;
bool merged_p; bool merged_p;
......
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