"vscode:/vscode.git/clone" did not exist on "1180599a34e7aac274688604b98a40c9e440de88"
Commit be3a0b38 authored by Paul's avatar Paul
Browse files

Format

parent 687cd084
...@@ -20,7 +20,7 @@ void partition(program& p, ...@@ -20,7 +20,7 @@ void partition(program& p,
// 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