Commit 87511068 authored by André Bargull's avatar André Bargull
Browse files

Bug 1686692 - Part 3: Remove M{Compare,Not}::markNoOperandEmulatesUndefined(). r=jandem

Depends on D101871

Differential Revision: https://phabricator.services.mozilla.com/D101872
parent 916af855
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2970,9 +2970,6 @@ class MCompare : public MBinaryInstruction, public ComparePolicy::Data {
  MIRType inputType();

  JSOp jsop() const { return jsop_; }
  void markNoOperandEmulatesUndefined() {
    operandMightEmulateUndefined_ = false;
  }
  bool operandMightEmulateUndefined() const {
    return operandMightEmulateUndefined_;
  }
@@ -7737,9 +7734,6 @@ class MNot : public MUnaryInstruction, public TestPolicy::Data {

  MDefinition* foldsTo(TempAllocator& alloc) override;

  void markNoOperandEmulatesUndefined() {
    operandMightEmulateUndefined_ = false;
  }
  bool operandMightEmulateUndefined() const {
    return operandMightEmulateUndefined_;
  }