Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 271c031429d0629c49c253c3b23c111f2b30611a..7b44d515b57692994266ed51e1ef4c14bdf1ebb8 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -605,6 +605,9 @@ PipelineCompilationJob::Status PipelineCompilationJob::PrepareJobImpl() { |
if (FLAG_native_context_specialization) { |
info()->MarkAsNativeContextSpecializing(); |
} |
+ if (FLAG_turbo_inlining) { |
+ info()->MarkAsInliningEnabled(); |
+ } |
} |
if (!info()->shared_info()->asm_function() || FLAG_turbo_asm_deoptimization) { |
info()->MarkAsDeoptimizationEnabled(); |