Index: src/compiler/common-operator.h |
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h |
index a453b8159d62d242255eecfccbd30d4f6cfa4cb2..bad44f51acea9b8451862d108966cc63386553ed 100644 |
--- a/src/compiler/common-operator.h |
+++ b/src/compiler/common-operator.h |
@@ -232,6 +232,7 @@ class CommonOperatorBuilder final : public ZoneObject { |
OutputFrameStateCombine state_combine, |
MaybeHandle<JSFunction> jsfunction = MaybeHandle<JSFunction>()); |
const Operator* Call(const CallDescriptor* descriptor); |
+ const Operator* TailCall(const CallDescriptor* descriptor); |
const Operator* Projection(size_t index); |
// Constructs a new merge or phi operator with the same opcode as {op}, but |