forceSlotRegister

fun forceSlotRegister(    slotIndex: Int,     effectivePc: Int,     registerRead: L2ReadBoxedOperand)

Associate the specified L2ReadBoxedOperand with the semantic slot having the given index and effective pc. Restrict the type based on the register-read's TypeRestriction.

Parameters

slotIndex

The slot index to replace.

effectivePc

The effective pc.

registerRead

The L2ReadBoxedOperand that should now be considered the current register-read representing that slot.