end-local-analysis ( basic-block -- )
Local stack analysis

Prev:begin-local-analysis ( basic-block -- )
Next:local-peek-set


Vocabulary
compiler.cfg.stacks.local

Inputs
basic-blocka basic-block


Outputs
None

Word description
Called to end the local analysis of a block. The word fills in the blocks slots replaces, peeks and kills with what the blocks replaces, peeks and kill locations are.

Definition