Commit b29c3283 authored by Paul's avatar Paul
Browse files

Formatting

parent 47ca6522
......@@ -33,7 +33,7 @@ void propagate_constant::apply(program& p) const
ins->outputs().end());
for(auto child : children)
{
if (skip_propogate(child))
if(skip_propogate(child))
{
self(child);
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