s390.c (s390_emit_epilogue): Remove bogus assignment.

2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

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

From-SVN: r215384
This commit is contained in:
Andreas Krebbel 2014-09-19 09:23:08 +00:00 committed by Andreas Krebbel
parent feade5a81f
commit 159d58942f
2 changed files with 5 additions and 1 deletions

View 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

View 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;
}
}