diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 53295744ff4..ee473f6e3f7 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1186,7 +1186,7 @@ expand_inline_function (fndecl, parms, target, ignore, type, target = gen_rtx_MEM (TYPE_MODE (type), memory_address (TYPE_MODE (type), structure_value_addr)); - MEM_SET_IN_STRUCT_P (target, 1); + set_mem_attributes (target, type, 1); } /* Make sure we free the things we explicitly allocated with xmalloc. */ |