Commit 79b2b1fc authored by Paul's avatar Paul
Browse files

Formatting

parent ae479183
......@@ -33,8 +33,7 @@ void constant_propagate::apply(program& p) const
return;
}
}
std::unordered_set<instruction_ref> children(ins->inputs().begin(),
ins->inputs().end());
std::unordered_set<instruction_ref> children(ins->inputs().begin(), ins->inputs().end());
for(auto child : children)
self(child);
})(std::prev(p.end()));
......
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