OSDN Git Service

Mark ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / ipa-inline-analysis.c
index 4026f4e..69fc121 100644 (file)
@@ -2696,6 +2696,7 @@ inline_merge_summary (struct cgraph_edge *edge)
   edge_set_predicate (edge, &true_p);
   /* Similarly remove param summaries.  */
   VEC_free (inline_param_summary_t, heap, es->param);
+  VEC_free (int, heap, operand_map);
 
   info->time = (info->time + INLINE_TIME_SCALE / 2) / INLINE_TIME_SCALE;
   info->size = (info->size + INLINE_SIZE_SCALE / 2) / INLINE_SIZE_SCALE;