Update complie expressions.

This commit is contained in:
Nikolai Kochetov 2020-11-05 19:45:09 +03:00
parent 8eab6b7694
commit 7af517775b
2 changed files with 2 additions and 1 deletions

View File

@ -885,6 +885,7 @@ void ActionsDAG::compileFunctions()
}
}
visited.insert(frame.node);
stack.pop();
}
}

View File

@ -57,7 +57,7 @@ public:
UInt128 hash() const;
};
LLVMFunction(const CompileDAG & dag);
explicit LLVMFunction(const CompileDAG & dag);
bool isCompilable() const override { return true; }