]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ira-build.c (copy_info_to_removed_store_destinations): Initialize parent_a.
authorIan Lance Taylor <iant@google.com>
Tue, 16 Jun 2009 20:25:30 +0000 (20:25 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 16 Jun 2009 20:25:30 +0000 (20:25 +0000)
* ira-build.c (copy_info_to_removed_store_destinations):
Initialize parent_a.

From-SVN: r148551

gcc/ChangeLog
gcc/ira-build.c

index 01226001828df643333434e082f52259890ccc39..98d6b57ff1698f50205d4d3e2ccb0b14201332b5 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 9662c4ab7dac04ba345c0a11a71af3502776e532..4af927a041f9128bb7b16cdee71e25622996b028 100644 (file)
@@ -2394,7 +2394,8 @@ static ira_allocno_t *regno_top_level_allocno_map;
 static bool
 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;
   allocno_live_range_t r;
   bool merged_p;