(unroll_loop): Clear map->integrating.
From-SVN: r4455
This commit is contained in:
parent
11d1f67370
commit
bae1218656
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user