mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Backed out changeset 16544bc2690b (bug 1055911) for JS test failures
This commit is contained in:
parent
a5189a2496
commit
ceec6c67c2
@ -56,20 +56,8 @@ class LIRGeneratorNone : public LIRGeneratorShared
|
||||
bool lowerMulI(MMul *, MDefinition *, MDefinition *) { MOZ_CRASH(); }
|
||||
bool lowerUDiv(MDiv *) { MOZ_CRASH(); }
|
||||
bool lowerUMod(MMod *) { MOZ_CRASH(); }
|
||||
bool visitBox(MBox *box) { MOZ_CRASH(); }
|
||||
bool visitUnbox(MUnbox *unbox) { MOZ_CRASH(); }
|
||||
bool visitReturn(MReturn *ret) { MOZ_CRASH(); }
|
||||
bool visitPowHalf(MPowHalf *) { MOZ_CRASH(); }
|
||||
bool visitAsmJSNeg(MAsmJSNeg *) { MOZ_CRASH(); }
|
||||
bool visitGuardShape(MGuardShape *ins) { MOZ_CRASH(); }
|
||||
bool visitGuardObjectType(MGuardObjectType *ins) { MOZ_CRASH(); }
|
||||
bool visitAsmJSUnsignedToDouble(MAsmJSUnsignedToDouble *ins) { MOZ_CRASH(); }
|
||||
bool visitAsmJSUnsignedToFloat32(MAsmJSUnsignedToFloat32 *ins) { MOZ_CRASH(); }
|
||||
bool visitAsmJSLoadHeap(MAsmJSLoadHeap *ins) { MOZ_CRASH(); }
|
||||
bool visitAsmJSStoreHeap(MAsmJSStoreHeap *ins) { MOZ_CRASH(); }
|
||||
bool visitAsmJSLoadFuncPtr(MAsmJSLoadFuncPtr *ins) { MOZ_CRASH(); }
|
||||
bool visitStoreTypedArrayElementStatic(MStoreTypedArrayElementStatic *ins) { MOZ_CRASH(); }
|
||||
bool visitForkJoinGetSlice(MForkJoinGetSlice *ins) { MOZ_CRASH(); }
|
||||
|
||||
LTableSwitch *newLTableSwitch(LAllocation, LDefinition, MTableSwitch *) { MOZ_CRASH(); }
|
||||
LTableSwitchV *newLTableSwitchV(MTableSwitch *) { MOZ_CRASH(); }
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include "jit/MoveResolver.h"
|
||||
|
||||
#include "jit/shared/Assembler-shared.h"
|
||||
#include "jit/JitCompartment.h"
|
||||
|
||||
namespace js {
|
||||
namespace jit {
|
||||
@ -220,7 +219,6 @@ class MacroAssemblerNone : public Assembler
|
||||
|
||||
CodeOffsetJump jumpWithPatch(RepatchLabel *) { MOZ_CRASH(); }
|
||||
CodeOffsetJump jumpWithPatch(RepatchLabel *, Condition) { MOZ_CRASH(); }
|
||||
CodeOffsetJump backedgeJump(RepatchLabel *label) { MOZ_CRASH(); }
|
||||
template <typename T, typename S>
|
||||
CodeOffsetJump branchPtrWithPatch(Condition, T, S, RepatchLabel *) { MOZ_CRASH(); }
|
||||
|
||||
@ -405,11 +403,6 @@ class ABIArgGenerator
|
||||
|
||||
static inline void PatchJump(CodeLocationJump &, CodeLocationLabel) { MOZ_CRASH(); }
|
||||
static inline bool GetTempRegForIntArg(uint32_t, uint32_t, Register *) { MOZ_CRASH(); }
|
||||
static inline
|
||||
void PatchBackedge(CodeLocationJump &jump_, CodeLocationLabel label, JitRuntime::BackedgeTarget target)
|
||||
{
|
||||
MOZ_CRASH();
|
||||
}
|
||||
|
||||
} // namespace jit
|
||||
} // namespace js
|
||||
|
Loading…
Reference in New Issue
Block a user