retainRegisters

fun retainRegisters(registersToRetain: Set<L2Register>): Boolean

Retain as definitions only those L2Registers that are in the given Set, removing the rest.

Return

Whether the manifest was modified.

Parameters

registersToRetain

The L2Registers that can be retained by the list of definitions as all others are removed.