From fdbfad843882d35783f4983250b5c63f613393c1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 4 Jul 1992 16:59:59 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1425 --- gcc/function.c | 3 --- 1 file changed, 3 deletions(-) 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. */ -- 2.30.2