public IrLoad(int l, LocReg to, Location from) { dir = IR.LOAD; arg1 = to; arg2 = from; linenum = l; }
public Instruction(OP o, LocReg l) { }