Commit be3a0b38 authored by Paul's avatar Paul
Browse files

Format

parent 687cd084
...@@ -18,9 +18,9 @@ void partition(program& p, ...@@ -18,9 +18,9 @@ void partition(program& p,
const std::unordered_map<instruction_ref, std::string>& assignments) const std::unordered_map<instruction_ref, std::string>& assignments)
{ {
// Group instructions based on label // Group instructions based on label
// TODO: Recurse traverse submodule from root // TODO: Recurse traverse submodule from root
for(auto ins:iterator_for(root)) for(auto ins : iterator_for(root))
{ {
// Rough idea of inserting submodules // Rough idea of inserting submodules
std::string label; std::string label;
......
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