public RegisterPreservation(Dictionary<Procedure, SsaState> scc, DataFlow2 dataFlow) { this.scc = scc; this.dataFlow = dataFlow; this.cmp = new ExpressionValueComparer(); }
public RegisterPreservation(Dictionary <Procedure, SsaState> scc, DataFlow2 dataFlow) { this.scc = scc; this.dataFlow = dataFlow; this.cmp = new ExpressionValueComparer(); }