visit-edge ( from to -- )


Vocabulary
compiler.cfg.stacks.finalize

Inputs
froma basic-block
toa basic-block


Outputs
None

Word description
If required, insert a block containing ##peek and ##replace instructions on the edge between the 'from' and 'to' block. If no such instructions are needed, then no block is inserted.

Definition