Commit d8597de7 authored by Paul's avatar Paul
Browse files

Formatting

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