"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d309e02f72e52fa06a1f58050871e9795f2b7334"
Commit 07fb11db authored by Paul's avatar Paul
Browse files

Formatting

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