Commit 08818a51 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 9b34672e
......@@ -14,7 +14,7 @@ void adjust_allocation::apply(program& p) const
for(auto ins : iterator_for(p))
{
// skip instructions not in the set
if (std::find(ins_names.begin(), ins_names.end(), ins->name()) == ins_names.end())
if(std::find(ins_names.begin(), ins_names.end(), ins->name()) == ins_names.end())
{
continue;
}
......
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