var-tracking.c: Fix some comments.
authorJosef Zlomek <zlomekj@suse.cz>
Mon, 5 Jul 2004 04:50:22 +0000 (06:50 +0200)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Mon, 5 Jul 2004 04:50:22 +0000 (04:50 +0000)
commitfeb61729c969ac0198f0fdb9027f75d781ccba56
tree194cd9d3db3e65d9b47a78e98a7fb831f6f48c95
parent6071dc7fe912a65ba9ea25cb873005594b26f602
var-tracking.c: Fix some comments.

* var-tracking.c: Fix some comments.
(frame_stack_adjust): New.
(vt_stack_adjustments): Init stack_adjust of entry block to
minus stack adjustment of function prologue.
(adjust_stack_reference): Do not adjust if adjustment == 0.
(compute_bb_dataflow): Use plus_constant instead of gen_rtx_PLUS.
(emit_notes_in_bb): Likewise.
(vt_add_function_parameters): Do not adjust locations of
function arguments.
(vt_initialize): Compute the stack adjustment of function
prologue and offset the initial "location" of frame_base_decl
from the stack pointer after prologue.

From-SVN: r84106
gcc/ChangeLog
gcc/var-tracking.c