Commit 5fc228f6 authored by Paul's avatar Paul
Browse files

Format

parent b664b50c
...@@ -604,15 +604,14 @@ std::string dump_mlir(const module&) { return {}; } ...@@ -604,15 +604,14 @@ std::string dump_mlir(const module&) { return {}; }
code_object_op compile_mlir(const context&, const module&) { return {}; } code_object_op compile_mlir(const context&, const module&) { return {}; }
template<class T> template <class T>
void use(T&) {} void use(T&)
{
}
instruction_ref instruction_ref
// cppcheck-suppress funcArgNamesDifferent // cppcheck-suppress funcArgNamesDifferent
insert_mlir(module& m, insert_mlir(module& m, instruction_ref, code_object_op co, const std::vector<instruction_ref>&)
instruction_ref,
code_object_op co,
const std::vector<instruction_ref>&)
{ {
use(co); use(co);
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