finish-live-interval ( live-interval -- )


Vocabulary
compiler.cfg.linear-scan.live-intervals

Inputs
live-intervala live-interval-state


Outputs
None

Word description
Reverses the 'ranges' and 'uses' of the live-interval since those are computed in the reverse order.

Definition