(unroll_loop): Clear map->integrating.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 14 May 1993 17:23:25 +0000 (10:23 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 14 May 1993 17:23:25 +0000 (10:23 -0700)
From-SVN: r4455

gcc/unroll.c

index d93e3bac95a307ab7a8d5e60125f5f3ded8703fd..530babc17da367505b8ddf39360b3fc4935095ce 100644 (file)
@@ -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)