Commit f058aa18 authored by Paul's avatar Paul
Browse files

Fix tidy

parent e977ab07
...@@ -606,7 +606,7 @@ code_object_op compile_mlir(const context&, const module&) { return {}; } ...@@ -606,7 +606,7 @@ code_object_op compile_mlir(const context&, const module&) { return {}; }
instruction_ref instruction_ref
// cppcheck-suppress funcArgNamesDifferent // cppcheck-suppress funcArgNamesDifferent
insert_mlir(module& m, instruction_ref, code_object_op, const std::vector<instruction_ref>&) insert_mlir(module& m, instruction_ref, code_object_op, const std::vector<instruction_ref>&) // NOLINT
{ {
return m.end(); return m.end();
} }
......
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