Commit f40bee31 by Andreas Krebbel Committed by Andreas Krebbel

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
parent 19aec6b0
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> 2008-04-10 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/35821 PR tree-optimization/35821
......
...@@ -521,7 +521,6 @@ extern const enum reg_class regclass_map[FIRST_PSEUDO_REGISTER]; ...@@ -521,7 +521,6 @@ extern const enum reg_class regclass_map[FIRST_PSEUDO_REGISTER];
/* Offset from the stack pointer register to an item dynamically /* Offset from the stack pointer register to an item dynamically
allocated on the stack, e.g., by `alloca'. */ allocated on the stack, e.g., by `alloca'. */
extern int crtl->outgoing_args_size;
#define STACK_DYNAMIC_OFFSET(FUNDECL) \ #define STACK_DYNAMIC_OFFSET(FUNDECL) \
(STACK_POINTER_OFFSET + crtl->outgoing_args_size) (STACK_POINTER_OFFSET + crtl->outgoing_args_size)
......
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