replacePredecessorEdge

fun replacePredecessorEdge(oldPredecessorEdge: L2PcOperand, newPredecessorEdge: L2PcOperand)

One of my predecessors has been replaced. Update my list of predecessors to account for this change.

Parameters

oldPredecessorEdge

The L2PcOperand that used to point here.

newPredecessorEdge

The L2PcOperand that points here instead.