Update complie expressions.

This commit is contained in:
Nikolai Kochetov 2020-11-05 20:15:16 +03:00
parent a77596b362
commit 46e0a53d82

View File

@ -855,7 +855,7 @@ void ActionsDAG::compileFunctions()
/// There is not reason to inline single node.
/// The result of compiling function in isolation is pretty much the same as its `execute` method.
if (cur.num_inlineable_nodes <= 1)
should_compile = false;;
should_compile = false;
if (should_compile)
{