Index: src/compiler/js-type-hint-lowering.h |
diff --git a/src/compiler/js-type-hint-lowering.h b/src/compiler/js-type-hint-lowering.h |
index 6627a66c691bf59448bc7f9d3ef2261c953c0d1e..a72b88883e007e7b0e83f248ed81ec3f7b84f219 100644 |
--- a/src/compiler/js-type-hint-lowering.h |
+++ b/src/compiler/js-type-hint-lowering.h |
@@ -64,6 +64,11 @@ class JSTypeHintLowering { |
Node* control, |
FeedbackSlot slot) const; |
+ // Potential reduction of call operations. |
+ Reduction ReduceCallOperation(const Operator* op, Node* const* args, |
+ int arg_count, Node* effect, Node* control, |
+ FeedbackSlot slot) const; |
+ |
// Potential reduction of property access operations. |
Reduction ReduceLoadNamedOperation(const Operator* op, Node* obj, |
Node* effect, Node* control, |