Commit d97b3111 authored by Paul's avatar Paul
Browse files

Format

parent 6f768f82
...@@ -604,10 +604,8 @@ std::string dump_mlir(const module&) { return {}; } ...@@ -604,10 +604,8 @@ 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 {}; }
instruction_ref insert_mlir(module& m, instruction_ref
instruction_ref, insert_mlir(module& m, instruction_ref, code_object_op, const std::vector<instruction_ref>&)
code_object_op,
const std::vector<instruction_ref>&)
{ {
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