"vscode:/vscode.git/clone" did not exist on "a25058dea9eb84060a99897ef2d47804c16d1407"
Commit 19af4714 authored by Paul's avatar Paul
Browse files

Format

parent 34f9a26e
......@@ -188,7 +188,7 @@ struct loader
mm->remove_instructions(last, mm->end());
}
// Remove unused variable when exporting to cpp
if (output_type == "cpp")
if(output_type == "cpp")
migraphx::run_passes(*p.get_main_module(), {migraphx::dead_code_elimination{}});
if(optimize)
{
......
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