Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 38a0baf8587e9b9f1698461f5989e79fa99f02d6..b0dd5d4af7d5a8f3417dd8f1b532fcad14bb147e 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -1196,6 +1196,7 @@ void BytecodeGraphBuilder::BuildCall( |
size_t arg_count = iterator.GetCountOperand(2); |
VectorSlotPair feedback = CreateVectorSlotPair(iterator.GetIndexOperand(3)); |
+ // TODO(ishell): provide correct tail_call_mode value to CallFunction. |
const Operator* call = javascript()->CallFunction( |
arg_count + 2, language_mode(), feedback, receiver_hint); |
Node* value = ProcessCallArguments(call, callee, receiver, arg_count + 2); |