* var-tracking.c (vt_initialize): Initialize post.
From-SVN: r105771
This commit is contained in:
parent
9cd470742f
commit
7b39f38bef
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue