diff --git a/js/src/jit/MIR.h b/js/src/jit/MIR.h index 7376cadf52b..9d619fc63f9 100644 --- a/js/src/jit/MIR.h +++ b/js/src/jit/MIR.h @@ -6737,6 +6737,9 @@ class MCheckOverRecursed static MCheckOverRecursed *New(TempAllocator &alloc) { return new(alloc) MCheckOverRecursed(); } + AliasSet getAliasSet() const MOZ_OVERRIDE { + return AliasSet::None(); + } }; // Check whether we need to fire the interrupt handler.