*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 4 Jul 1992 16:59:59 +0000 (16:59 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 4 Jul 1992 16:59:59 +0000 (16:59 +0000)
From-SVN: r1425

gcc/function.c

index 17d30ab659ec1bd8472a4347fb8b5cd3bb9e54e2..c09efc5dd9edbec1c7d8358d098357447b6aa114 100644 (file)
@@ -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. */