]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* function.c (pad_below): Revert 2001-07-26 patch.
authorGraham Stott <grahams@redhat.com>
Tue, 31 Jul 2001 15:13:41 +0000 (15:13 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Tue, 31 Jul 2001 15:13:41 +0000 (15:13 +0000)
From-SVN: r44514

gcc/ChangeLog
gcc/function.c

index f5adc890cc507dfd99b0409e9b0834595c296630..03817588f9ad569b1e830a238ee19e4200c4fd8f 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-31  Graham Stott <grahams@redhat.com>
+
+       * function.c (pad_below): Revert 2001-07-26 patch.
+
 Tue Jul 31 15:37:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * reg-stack (convert_regs_1): Fix best edge condition.
index a2284a0d12a524b14a19b1559fba8b609fdd15fe..8c6516b67092c598db5fcde4523288e24fe3de89 100644 (file)
@@ -5265,10 +5265,7 @@ locate_and_pad_parm (passed_mode, type, in_regs, fndecl,
     /* However, BLKmode args passed in regs have their padding done elsewhere.
        The stack slot must be able to hold the entire register.  */
       && !(in_regs && passed_mode == BLKmode))
-    {
-      pad_below (offset_ptr, passed_mode, sizetree);
-      pad_below (initial_offset_ptr, passed_mode, sizetree);
-    }
+    pad_below (offset_ptr, passed_mode, sizetree);
 
   if (where_pad != none
       && (!host_integerp (sizetree, 1)