зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1206591 - IonMonkey: MIPS32: Move LIRGeneratorMIPS::visitRandom to architecture-specific. r=arai
--- js/src/jit/mips-shared/Lowering-mips-shared.cpp | 11 ----------- js/src/jit/mips-shared/Lowering-mips-shared.h | 1 - js/src/jit/mips32/Lowering-mips32.h | 1 + 3 files changed, 1 insertion(+), 12 deletions(-)
This commit is contained in:
Родитель
71bccbbdcb
Коммит
e8d3447c57
|
@ -411,14 +411,3 @@ LIRGeneratorMIPSShared::visitAtomicTypedArrayElementBinop(MAtomicTypedArrayEleme
|
|||
{
|
||||
MOZ_CRASH("NYI");
|
||||
}
|
||||
|
||||
void
|
||||
LIRGeneratorMIPSShared::visitRandom(MRandom* ins)
|
||||
{
|
||||
LRandom *lir = new(alloc()) LRandom(temp(),
|
||||
temp(),
|
||||
temp(),
|
||||
temp(),
|
||||
temp());
|
||||
defineFixed(lir, ins, LFloatReg(ReturnDoubleReg));
|
||||
}
|
||||
|
|
|
@ -89,7 +89,6 @@ class LIRGeneratorMIPSShared : public LIRGeneratorShared
|
|||
void visitAtomicExchangeTypedArrayElement(MAtomicExchangeTypedArrayElement* ins);
|
||||
void visitAtomicTypedArrayElementBinop(MAtomicTypedArrayElementBinop* ins);
|
||||
void visitSubstr(MSubstr* ins);
|
||||
void visitRandom(MRandom* ins);
|
||||
};
|
||||
|
||||
} // namespace jit
|
||||
|
|
|
@ -39,6 +39,7 @@ class LIRGeneratorMIPS : public LIRGeneratorMIPSShared
|
|||
void visitBox(MBox* box);
|
||||
void visitUnbox(MUnbox* unbox);
|
||||
void visitReturn(MReturn* ret);
|
||||
void visitRandom(MRandom* ins);
|
||||
};
|
||||
|
||||
typedef LIRGeneratorMIPS LIRGeneratorSpecific;
|
||||
|
|
Загрузка…
Ссылка в новой задаче