From 08e42d8b55810489b0923baf359ab9038051e607 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 24 Nov 2001 21:18:15 +0000 Subject: function.c (assign_stack_temp_for_type): Clear alias set before setting new one. * function.c (assign_stack_temp_for_type): Clear alias set before setting new one. From-SVN: r47303 --- gcc/function.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index c17a04a..0891dd0 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -787,6 +787,7 @@ assign_stack_temp_for_type (mode, size, keep, type) MEM_IN_STRUCT_P (p->slot) = 0; MEM_SCALAR_P (p->slot) = 0; MEM_VOLATILE_P (p->slot) = 0; + set_mem_alias_set (p->slot, 0); /* If we know the alias set for the memory that will be used, use it. If there's no TYPE, then we don't know anything about the -- cgit v1.1