diff options
| author | vvvv <[email protected]> | 2025-06-23 13:38:54 +0300 |
|---|---|---|
| committer | vvvv <[email protected]> | 2025-06-23 14:22:17 +0300 |
| commit | 99a63eaece7367f17dac58e66e45043aa641d9f7 (patch) | |
| tree | d104b51aab8eaf495f95d81525716e34b5bef983 /yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp | |
| parent | a731af300f45dd4cb0f3fd3b24c8213fe1425068 (diff) | |
YQL-20086 minikql
commit_hash:c35c972d6708fb1b3f34fa34a42cdae1ddf11cdc
Diffstat (limited to 'yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp')
| -rw-r--r-- | yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp b/yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp index 72f21b0c0aa..5757c21ece5 100644 --- a/yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp +++ b/yql/essentials/minikql/computation/mkql_computation_node_holders_codegen.cpp @@ -243,7 +243,7 @@ public: const auto type = ArrayType::get(valType, ValueNodes.size()); const auto ptrType = PointerType::getUnqual(type); /// TODO: how to get computation context or other workaround - const auto itms = *Stateless || ctx.AlwaysInline ? + const auto itms = *Stateless_ || ctx.AlwaysInline ? new AllocaInst(ptrType, 0U, "itms", &ctx.Func->getEntryBlock().back()): new AllocaInst(ptrType, 0U, "itms", block); const auto result = Cache.GenNewArray(ValueNodes.size(), itms, ctx, block); |
