Commit 19af4714 authored by Paul's avatar Paul
Browse files

Format

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