Commit d01a5086 authored by Paul's avatar Paul
Browse files

Formatting

parent a6c9ad80
......@@ -84,7 +84,7 @@ void eliminate_contiguous::apply(program& p) const
{
instruction::replace_argument(ins, arg, prev);
}
else if (prev->can_eval())
else if(prev->can_eval())
{
auto c = p.insert_instruction(arg, op::contiguous{}, prev);
p.replace_instruction(arg, op::identity{}, c);
......
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