Commit a98a53f5 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 96a4cec2
......@@ -74,7 +74,7 @@ void eliminate_contiguous::apply(module& p) const
for(auto ins : iterator_for(p))
{
// return instruction should have inputs with standard shape
if(ins->name() == "@return")
if(ins->name() == "@return")
continue;
// Make a copy so we can modify it while we iterate
......
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