From: Richard Stallman Date: Sat, 4 Jul 1992 16:59:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdbfad843882d35783f4983250b5c63f613393c1;p=gcc.git *** empty log message *** From-SVN: r1425 --- diff --git a/gcc/function.c b/gcc/function.c index 17d30ab659e..c09efc5dd9e 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1905,14 +1905,11 @@ instantiate_decls (fndecl, valid_only) if (DECL_RTL (decl) && GET_CODE (DECL_RTL (decl)) == MEM) instantiate_virtual_regs_1 (&XEXP (DECL_RTL (decl), 0), valid_only ? DECL_RTL (decl) : 0, 0); -#if 1 /* This is probably correct, but it seems to require fixes - elsewhere in order to work. Let's fix them in 2.1. */ if (DECL_INCOMING_RTL (decl) && GET_CODE (DECL_INCOMING_RTL (decl)) == MEM) instantiate_virtual_regs_1 (&XEXP (DECL_INCOMING_RTL (decl), 0), valid_only ? DECL_INCOMING_RTL (decl) : 0, 0); -#endif } /* Now process all variables defined in the function or its subblocks. */