OSDN Git Service

* var-tracking.c: Fix some comments.
authorzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jul 2004 04:50:22 +0000 (04:50 +0000)
committerzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jul 2004 04:50:22 +0000 (04:50 +0000)
commitacb6cd2defec2dfb6e5e3c5f1824b867dde657d9
tree194cd9d3db3e65d9b47a78e98a7fb831f6f48c95
parent35a569c6b723e05df7c7b56eddab271a10e41c6d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84106 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/var-tracking.c