Commit 7b39f38b by Janis Johnson Committed by Janis Johnson

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

From-SVN: r105771
parent 9cd47074
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment