aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-04 16:59:59 +0000
committerRichard Stallman <rms@gnu.org>1992-07-04 16:59:59 +0000
commitfdbfad843882d35783f4983250b5c63f613393c1 (patch)
treeba1f0eac9394eb5168c2db99062e1986432914e0
parent6b86d3585208a879ca87b279c7b700f650d1630b (diff)
downloadgcc-fdbfad843882d35783f4983250b5c63f613393c1.zip
gcc-fdbfad843882d35783f4983250b5c63f613393c1.tar.gz
gcc-fdbfad843882d35783f4983250b5c63f613393c1.tar.bz2
*** empty log message ***
From-SVN: r1425
-rw-r--r--gcc/function.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 17d30ab..c09efc5 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. */