Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index feb071d848583b55a576c8383017eddfa1327bfd..590544dd9b513899f06a9342097b963b57f7e866 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -3760,6 +3760,7 @@ void LCodeGen::DoCallFunction(LCallFunction* instr) { |
__ Move(vector_register, vector); |
__ Move(slot_register, Smi::FromInt(index)); |
+ // TODO(ishell): propagate correct TailCallMode |
Handle<Code> ic = |
CodeFactory::CallICInOptimizedCode(isolate(), arity, mode).code(); |
CallCode(ic, RelocInfo::CODE_TARGET, instr); |