Commit bae12186 by Jim Wilson

(unroll_loop): Clear map->integrating.

From-SVN: r4455
parent 11d1f673
......@@ -620,6 +620,8 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before,
map = (struct inline_remap *) alloca (sizeof (struct inline_remap));
map->integrating = 0;
/* Allocate the label map. */
if (max_labelno > 0)
......
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