* tree-ssa.c (execute_update_addresses_taken): Initialize update_vops.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 30 Oct 2007 22:47:38 +0000 (22:47 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 30 Oct 2007 22:47:38 +0000 (22:47 +0000)
From-SVN: r129787

gcc/ChangeLog
gcc/tree-ssa.c

index e7357c0e2eddbb5c158bfecdff3024d8ce32b707..a33d409ebcdf8ded7b64412bbe59c43888236818 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-30  Janis Johnson  <janis187@us.ibm.com>
+
+       * tree-ssa.c (execute_update_addresses_taken): Initialize update_vops.
+
 2007-10-30  Janis Johnson  <janis187@us.ibm.com>
 
        * doc/invoke.texi (Option Summary): Add -fdce and -fdse to list of
index c6386beb8162a00be3324063a33548e54711b3a7..9baf6bc40ee22ecd1d2f68b9520ab28a25f0247a 100644 (file)
@@ -1426,7 +1426,7 @@ execute_update_addresses_taken (void)
   basic_block bb;
   bitmap addresses_taken = BITMAP_ALLOC (NULL);
   bitmap vars_updated = BITMAP_ALLOC (NULL);
-  bool update_vops;
+  bool update_vops = false;
   tree phi;
 
   /* Collect into ADDRESSES_TAKEN all variables whose address is taken within