Commit e72668cc authored by Paul's avatar Paul
Browse files

Formatting

parent d99f4860
......@@ -398,7 +398,7 @@ struct mlir_program
auto fbody = insert(mbody, m, ins_map);
for(auto ins : iterator_for(m))
{
if (ins->name() == "@param")
if(ins->name() == "@param")
continue;
auto name = "migraphx." + ins->name();
auto ops = create_operation_state(name);
......
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