OSDN Git Service

* mips/mips.c (mips_expand_epilogue): Update tsize_rtx if
authorgavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Feb 1998 06:26:59 +0000 (06:26 +0000)
committergavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Feb 1998 06:26:59 +0000 (06:26 +0000)
tsize changes to something other than zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18026 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.c

index 6e443da..89c544c 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * ginclude/va-mips.h: Replace casts of pointers to int with
index b7774b3..4204378 100644 (file)
@@ -6775,6 +6775,9 @@ mips_expand_epilogue ()
                                           g6_rtx));
                  tsize = 0;
                }
+             
+             if (tsize && tsize != orig_tsize)
+               tsize_rtx = GEN_INT (tsize);
            }
 
          if (TARGET_LONG64)