Don't need this with the imm code path.

This commit is contained in:
Unknown W. Brackets 2013-02-20 12:16:57 -08:00
parent f1f48e26e4
commit 7b612cf28d

View file

@ -507,8 +507,6 @@ namespace MIPSComp
}
gpr.Lock(rd, rt);
// MOVSX doesn't like immediate arguments, for example.
gpr.KillImmediate(rt, true, false);
gpr.BindToRegister(rd, rd == rt, true);
MOVSX(32, 16, gpr.RX(rd), gpr.R(rt));
gpr.UnlockAll();