提交 72ef357a 编写于 作者: A alesapin

Fix typo assignment

上级 17150fd6
......@@ -741,7 +741,7 @@ void compileFunctions(ExpressionActions::Actions & actions, const Names & output
}
else
{
std::shared_ptr<LLVMContext> context = context = std::make_shared<LLVMContext>();
std::shared_ptr<LLVMContext> context = std::make_shared<LLVMContext>();
Stopwatch watch;
fn = std::make_shared<LLVMFunction>(fused[i], context, sample_block);
size_t used_memory = context->compileAllFunctionsToNativeCode();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册