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();
}
}
......@@ -260,7 +261,7 @@ void memory_coloring_impl::verify()
{
// FIXME: We need to compute cascading operand aliases
// if(!interval.is_live_on_entry)
// MIGRAPH_THROW("interval is not live on entry");
// MIGRAPH_THROW("interval is not live on entry");
continue;
}
......@@ -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