Commit 7256b63c authored by Paul's avatar Paul
Browse files

Format

parent 473e2905
...@@ -262,7 +262,7 @@ struct reduce_op ...@@ -262,7 +262,7 @@ struct reduce_op
static bool use_lazy_inner(instruction_ref ins) static bool use_lazy_inner(instruction_ref ins)
{ {
if (ins->outputs().size() != 1) if(ins->outputs().size() != 1)
return false; return false;
auto output = ins->outputs().front(); auto output = ins->outputs().front();
return contains(output->name(), "reduce") or output->name() == "@return"; return contains(output->name(), "reduce") or output->name() == "@return";
......
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