Index: src/crankshaft/hydrogen-instructions.h |
diff --git a/src/crankshaft/hydrogen-instructions.h b/src/crankshaft/hydrogen-instructions.h |
index a779bc23f4b6902355f6238c03b17d355653ced4..514882145f25caffde2ab63445e74542c8c66e6a 100644 |
--- a/src/crankshaft/hydrogen-instructions.h |
+++ b/src/crankshaft/hydrogen-instructions.h |
@@ -2161,8 +2161,6 @@ class HCall : public HTemplateInstruction<V> { |
this->SetAllSideEffects(); |
} |
- HType CalculateInferredType() final { return HType::Tagged(); } |
- |
virtual int argument_count() const { |
return argument_count_; |
} |
@@ -2240,8 +2238,6 @@ class HCallWithDescriptor final : public HInstruction { |
DECLARE_CONCRETE_INSTRUCTION(CallWithDescriptor) |
- HType CalculateInferredType() final { return HType::Tagged(); } |
- |
// Defines whether this instruction corresponds to a JS call at tail position. |
TailCallMode syntactic_tail_call_mode() const { |
return SyntacticTailCallModeField::decode(bit_field_); |