Commit 9cd70d63 authored by Paul's avatar Paul
Browse files

Formatting

parent 4ee8a307
......@@ -300,7 +300,8 @@ struct stream_info
return result;
}
std::unordered_map<instruction_ref, std::unordered_set<instruction_ref>> get_conflicts(program& p)
std::unordered_map<instruction_ref, std::unordered_set<instruction_ref>>
get_conflicts(program& p)
{
std::unordered_map<instruction_ref, std::unordered_set<instruction_ref>> conflict_table;
auto concur_ins = this->find_concurrent_instructions(p);
......
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