diff --git a/gcc/flow.c b/gcc/flow.c index 2adad8c91622..3b6635bec607 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -3974,6 +3974,7 @@ regno_clobbered_at_setjmp (regno) /* INSN references memory, possibly using autoincrement addressing modes. Find any entries on the mem_set_list that need to be invalidated due to an address change. */ + static void invalidate_mems_from_autoinc (pbi, insn) struct propagate_block_info *pbi;