* config/s390/s390.h: Remove the remains of the recent search
& replace action of current_function_outgoing_args_size.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134164
138bc75d-0d04-0410-961f-
82ee72b054a4
+2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
+
+ * config/s390/s390.h: Remove the remains of the recent search
+ & replace action of current_function_outgoing_args_size.
+
2008-04-10 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/35821
/* Offset from the stack pointer register to an item dynamically
allocated on the stack, e.g., by `alloca'. */
-extern int crtl->outgoing_args_size;
#define STACK_DYNAMIC_OFFSET(FUNDECL) \
(STACK_POINTER_OFFSET + crtl->outgoing_args_size)