Commit 159d5894 by Andreas Krebbel Committed by Andreas Krebbel

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
parent feade5a8
2014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 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 * config/s390/s390.md ("trunctdsd2", "extendsdtd2"): New
expanders. expanders.
...@@ -9111,7 +9111,6 @@ s390_emit_epilogue (bool sibcall) ...@@ -9111,7 +9111,6 @@ s390_emit_epilogue (bool sibcall)
store of r14 since we will not be able to find the store of r14 since we will not be able to find the
load issued here. */ load issued here. */
cfun_frame_layout.save_return_addr_p = true; cfun_frame_layout.save_return_addr_p = true;
cfun_gpr_save_slot (RETURN_REGNUM) = -1;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment