mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 23:25:36 +08:00
* var-tracking.c (vt_initialize): Initialize post.
From-SVN: r105771
This commit is contained in:
parent
9cd470742f
commit
7b39f38bef
@ -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…
Reference in New Issue
Block a user