Index: src/crankshaft/mips64/lithium-mips64.h |
diff --git a/src/crankshaft/mips64/lithium-mips64.h b/src/crankshaft/mips64/lithium-mips64.h |
index 52ba4682182e883f9d1868d6ca491a82df65b97c..1513028c0e889af11e4cab83046be0051188fb41 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.h |
+++ b/src/crankshaft/mips64/lithium-mips64.h |
@@ -49,7 +49,6 @@ class LCodeGen; |
V(ClampIToUint8) \ |
V(ClampTToUint8) \ |
V(ClassOfTestAndBranch) \ |
- V(CompareMinusZeroAndBranch) \ |
V(CompareNumericAndBranch) \ |
V(CmpObjectEqAndBranch) \ |
V(CmpHoleAndBranch) \ |
@@ -987,22 +986,6 @@ class LCmpHoleAndBranch final : public LControlInstruction<1, 0> { |
}; |
-class LCompareMinusZeroAndBranch final : public LControlInstruction<1, 1> { |
- public: |
- LCompareMinusZeroAndBranch(LOperand* value, LOperand* temp) { |
- inputs_[0] = value; |
- temps_[0] = temp; |
- } |
- |
- LOperand* value() { return inputs_[0]; } |
- LOperand* temp() { return temps_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(CompareMinusZeroAndBranch, |
- "cmp-minus-zero-and-branch") |
- DECLARE_HYDROGEN_ACCESSOR(CompareMinusZeroAndBranch) |
-}; |
- |
- |
class LIsStringAndBranch final : public LControlInstruction<1, 1> { |
public: |
LIsStringAndBranch(LOperand* value, LOperand* temp) { |