* var-tracking.c (vt_initialize): Initialize post.

From-SVN: r105771
This commit is contained in:
Janis Johnson 2005-10-21 21:39:50 +00:00 committed by Janis Johnson
parent 9cd470742f
commit 7b39f38bef
2 changed files with 5 additions and 1 deletions

View 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

View 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;