s390.h: Remove the remains of the recent search & replace action of...

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.

From-SVN: r134164
This commit is contained in:
Andreas Krebbel 2008-04-10 16:14:51 +00:00 committed by Andreas Krebbel
parent 19aec6b06c
commit f40bee312d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -521,7 +521,6 @@ extern const enum reg_class regclass_map[FIRST_PSEUDO_REGISTER];
/* 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)