Index: src/crankshaft/ppc/lithium-ppc.h |
diff --git a/src/crankshaft/ppc/lithium-ppc.h b/src/crankshaft/ppc/lithium-ppc.h |
index ee6b133dbf5189ec38ea721a719314103ed63066..99dc61e5784bde5f17dad9359f0dce19bc638ff6 100644 |
--- a/src/crankshaft/ppc/lithium-ppc.h |
+++ b/src/crankshaft/ppc/lithium-ppc.h |
@@ -1095,8 +1095,6 @@ class LCmpT final : public LTemplateInstruction<1, 3, 0> { |
DECLARE_CONCRETE_INSTRUCTION(CmpT, "cmp-t") |
DECLARE_HYDROGEN_ACCESSOR(CompareGeneric) |
- Strength strength() { return hydrogen()->strength(); } |
- |
Token::Value op() const { return hydrogen()->token(); } |
}; |
@@ -1416,8 +1414,6 @@ class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { |
DECLARE_HYDROGEN_ACCESSOR(BinaryOperation) |
- Strength strength() { return hydrogen()->strength(); } |
- |
private: |
Token::Value op_; |
}; |