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/comp_nodes/mkql_contains.cpp | |
| parent | a731af300f45dd4cb0f3fd3b24c8213fe1425068 (diff) | |
YQL-20086 minikql
commit_hash:c35c972d6708fb1b3f34fa34a42cdae1ddf11cdc
Diffstat (limited to 'yql/essentials/minikql/comp_nodes/mkql_contains.cpp')
| -rw-r--r-- | yql/essentials/minikql/comp_nodes/mkql_contains.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/minikql/comp_nodes/mkql_contains.cpp b/yql/essentials/minikql/comp_nodes/mkql_contains.cpp index 148eff3c04d..33f2444520f 100644 --- a/yql/essentials/minikql/comp_nodes/mkql_contains.cpp +++ b/yql/essentials/minikql/comp_nodes/mkql_contains.cpp @@ -28,7 +28,7 @@ public: const auto dict = GetNodeValue(Dict, ctx, block); - const auto keyp = *Stateless || ctx.AlwaysInline ? + const auto keyp = *Stateless_ || ctx.AlwaysInline ? new AllocaInst(valueType, 0U, "key", &ctx.Func->getEntryBlock().back()): new AllocaInst(valueType, 0U, "key", block); GetNodeValue(keyp, Key, ctx, block); |
