replace-loc ( vreg loc -- )
Local stack analysis

Prev:inc-stack ( loc -- )
Next:begin-local-analysis ( basic-block -- )


Vocabulary
compiler.cfg.stacks.local

Inputs
vregvirtual register
loca loc


Outputs
None

Word description
Registers that the absolute stack location loc should be overwritten with the contents of the virtual register.

See also
replaces

Definition