Commit f5a6a97a authored by pruthvi's avatar pruthvi

-fix return value in CPU_executable

parent 8d406181
......@@ -99,8 +99,8 @@ shared_ptr<runtime::Executable>
if (it != m_exec_map.end())
{
rc = it->second;
return rc;
}
return rc;
}
rc = make_shared<CPU_Executable>(func, pass_config, performance_counters_enabled);
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment