Beispiel #1
0
 protected virtual void EmitGate(IGate gate)
 {
     gate = _gc.ReplaceWithLabelIf(gate);
     gate.Emit(this);
 }