Commit 07fb11db authored by Paul's avatar Paul
Browse files

Formatting

parent 4f06697d
......@@ -129,7 +129,7 @@ void memory_coloring_impl::build()
{
is_dead = true;
}
int cnt = -1;
int cnt = -1;
for(auto&& arg : iter->inputs())
{
cnt++;
......
......@@ -56,9 +56,9 @@ struct memory_coloring_impl
instr2_live.clear();
live_ranges.clear();
conflict_table.clear();
num_of_lives = 0;
max_value_number = -1;
required_bytes = 0;
num_of_lives = 0;
max_value_number = -1;
required_bytes = 0;
earliest_end_point = -1;
latest_end_point = -1;
unify_literals = false;
......
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