From: Andreas Krebbel Date: Fri, 19 Sep 2014 09:23:08 +0000 (+0000) Subject: s390.c (s390_emit_epilogue): Remove bogus assignment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=159d58942f4ccd00e776747be67973a03dfcfc4c;p=gcc.git s390.c (s390_emit_epilogue): Remove bogus assignment. 2014-09-19 Andreas Krebbel * config/s390/s390.c (s390_emit_epilogue): Remove bogus assignment. From-SVN: r215384 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00fbfa1f95a..e627a781fed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-19 Andreas Krebbel + + * config/s390/s390.c (s390_emit_epilogue): Remove bogus + assignment. + 2014-09-19 Andreas Krebbel * config/s390/s390.md ("trunctdsd2", "extendsdtd2"): New diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 481cd44a756..0a97e58dbf7 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -9111,7 +9111,6 @@ s390_emit_epilogue (bool sibcall) store of r14 since we will not be able to find the load issued here. */ cfun_frame_layout.save_return_addr_p = true; - cfun_gpr_save_slot (RETURN_REGNUM) = -1; } }