"scripts/bench/run_lightx2v_3_distill.sh" did not exist on "5e74be24683e1bd9cc7c219b1ef772953361ffc2"
Commit d8597de7 authored by Paul's avatar Paul
Browse files

Formatting

parent 810df4de
......@@ -19,7 +19,8 @@ void memory_coloring_impl::run()
alloc_queue.pop();
}
rewrite();
if(enable_verify) verify();
if(enable_verify)
verify();
}
}
......@@ -316,7 +317,6 @@ void memory_coloring_impl::dump_intervals()
}
}
// map liveness tracking point to instruction enum.
static int get_ins_enum(int x)
{
......
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