summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r--gcc/integrate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index f91f9f15c37..76104c06f39 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -892,9 +892,6 @@ expand_inline_function (fndecl, parms, target, ignore, type,
incoming arg rtx values are expanded now so that we can be
sure we have enough slots in the const equiv map since the
store_expr call can easily blow the size estimate. */
- if (DECL_FRAME_SIZE (fndecl) != 0)
- copy_rtx_and_substitute (virtual_stack_vars_rtx, map, 0);
-
if (DECL_SAVED_INSNS (fndecl)->args_size != 0)
copy_rtx_and_substitute (virtual_incoming_args_rtx, map, 0);
}