"vscode:/vscode.git/clone" did not exist on "4dd82801be241419a07b19b7e7e53908e8642e9b"
Commit f47a39ea authored by umangyadav's avatar umangyadav
Browse files

formatting

parent 3768c23e
......@@ -102,7 +102,8 @@ void run_passes(program& prog, const std::vector<pass>& passes, tracer trace)
{
if(module_tracer_map.find(mod->name()) == module_tracer_map.end())
{
module_tracer_map[mod->name()] = tracer{trace.enabled() ? trace.dump_dir +"/"+mod->name():""};
module_tracer_map[mod->name()] =
tracer{trace.enabled() ? trace.dump_dir + "/" + mod->name() : ""};
}
if(mod->bypass())
continue;
......
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