irjit: Remove Comp_ITypeMemLR.

This commit is contained in:
Unknown W. Brackets 2018-01-09 18:06:25 -08:00
parent 544344f505
commit b6bb0159e3
2 changed files with 0 additions and 9 deletions

View File

@ -44,12 +44,6 @@
#define INVALIDOP { Comp_Generic(op); return; }
namespace MIPSComp {
void IRFrontend::Comp_ITypeMemLR(MIPSOpcode op, bool load) {
CONDITIONAL_DISABLE;
// Should never get here, done in Comp_ITypeMem().
INVALIDOP;
}
void IRFrontend::Comp_ITypeMem(MIPSOpcode op) {
CONDITIONAL_DISABLE;

View File

@ -132,9 +132,6 @@ private:
void GetVectorRegs(u8 regs[4], VectorSize N, int vectorReg);
void GetMatrixRegs(u8 regs[16], MatrixSize N, int matrixReg);
// Utils
void Comp_ITypeMemLR(MIPSOpcode op, bool load);
// State
JitState js;
IRWriter ir;