s390.c (s390_emit_epilogue): Remove bogus assignment.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Fri, 19 Sep 2014 09:23:08 +0000 (09:23 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 19 Sep 2014 09:23:08 +0000 (09:23 +0000)
2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_emit_epilogue): Remove bogus
assignment.

From-SVN: r215384

gcc/ChangeLog
gcc/config/s390/s390.c

index 00fbfa1f95af56686b666940ee4c4f4db93236b4..e627a781fed95cb35b009ef845432491534935db 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/s390.c (s390_emit_epilogue): Remove bogus
+       assignment.
+
 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * config/s390/s390.md ("trunctdsd2", "extendsdtd2"): New
index 481cd44a756402fe94eee3879a1e4009e47abfdd..0a97e58dbf777318704cfe7ec68bea8d9fc7aeb4 100644 (file)
@@ -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;
            }
        }