Commit d228ca87 authored by Paul's avatar Paul
Browse files

Format

parent 399eacef
...@@ -135,7 +135,9 @@ insert_module_in_submodule(module_ref sm, ...@@ -135,7 +135,9 @@ insert_module_in_submodule(module_ref sm,
} }
static std::vector<instruction_ref> static std::vector<instruction_ref>
find_inputs(module_ref sm, const module& parent, const std::unordered_map<instruction_ref, instruction_ref>& map_ins) find_inputs(module_ref sm,
const module& parent,
const std::unordered_map<instruction_ref, instruction_ref>& map_ins)
{ {
std::vector<instruction_ref> result; std::vector<instruction_ref> result;
std::map<std::string, instruction_ref> names; std::map<std::string, instruction_ref> names;
......
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