Index: src/crankshaft/x87/lithium-x87.h |
diff --git a/src/crankshaft/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h |
index 6138e826a45e6e2a25f3d7bec56469fff8230dd5..b50fd87d47eeb235e60899c7ec4cda24a8565caa 100644 |
--- a/src/crankshaft/x87/lithium-x87.h |
+++ b/src/crankshaft/x87/lithium-x87.h |
@@ -1138,8 +1138,6 @@ class LCmpT final : public LTemplateInstruction<1, 3, 0> { |
DECLARE_CONCRETE_INSTRUCTION(CmpT, "cmp-t") |
DECLARE_HYDROGEN_ACCESSOR(CompareGeneric) |
- Strength strength() { return hydrogen()->strength(); } |
- |
LOperand* context() { return inputs_[0]; } |
Token::Value op() const { return hydrogen()->token(); } |
}; |
@@ -1463,8 +1461,6 @@ class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { |
DECLARE_HYDROGEN_ACCESSOR(BinaryOperation) |
- Strength strength() { return hydrogen()->strength(); } |
- |
private: |
Token::Value op_; |
}; |