Commit a4dee8a5 by Gavin Koch Committed by Gavin Romig-Koch

mips.c (mips_expand_epilogue): Update tsize_rtx if tsize changes to something other than zero.

	* mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
	tsize changes to something other than zero.

From-SVN: r18026
parent 8898f8a1
Mon Feb 16 09:24:32 1998 Gavin Koch <gavin@cygnus.com>
* mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
tsize changes to something other than zero.
Mon Feb 16 09:11:48 1998 Gavin Koch <gavin@cygnus.com> Mon Feb 16 09:11:48 1998 Gavin Koch <gavin@cygnus.com>
* ginclude/va-mips.h: Replace casts of pointers to int with * ginclude/va-mips.h: Replace casts of pointers to int with
......
...@@ -6775,6 +6775,9 @@ mips_expand_epilogue () ...@@ -6775,6 +6775,9 @@ mips_expand_epilogue ()
g6_rtx)); g6_rtx));
tsize = 0; tsize = 0;
} }
if (tsize && tsize != orig_tsize)
tsize_rtx = GEN_INT (tsize);
} }
if (TARGET_LONG64) if (TARGET_LONG64)
......
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