* var-tracking.c (vt_initialize): Initialize post.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 21 Oct 2005 21:39:50 +0000 (21:39 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 21 Oct 2005 21:39:50 +0000 (21:39 +0000)
From-SVN: r105771

gcc/ChangeLog
gcc/var-tracking.c

index 4b3b0680fe11e2832066973ae6b484e4435d9544..c28396662a6cc42fa61e93075512e42de79acf18 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-21  Janis Johnson  <janis187@us.ibm.com>
+
+       * var-tracking.c (vt_initialize): Initialize post.
+
 2005-10-21  Devang Patel  <dpatel@apple.com>
 
        PR/24220
index ba034f34b475e457ed217f1396c7d24bd419fdde..d69ca139c42457ef77520a2c9fc4bc757e21a0b1 100644 (file)
@@ -2516,7 +2516,7 @@ vt_initialize (void)
   FOR_EACH_BB (bb)
     {
       rtx insn;
-      HOST_WIDE_INT pre, post;
+      HOST_WIDE_INT pre, post = 0;
 
       /* Count the number of micro operations.  */
       VTI (bb)->n_mos = 0;