s390.h: Remove the remains of the recent search & replace action of...
authorAndreas Krebbel <krebbel1@de.ibm.com>
Thu, 10 Apr 2008 16:14:51 +0000 (16:14 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 10 Apr 2008 16:14:51 +0000 (16:14 +0000)
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

gcc/ChangeLog
gcc/config/s390/s390.h

index 8daa766967912d84b68299e83dc9fa35527982fb..c2763caeb349170b563e30e2328e052e2502f7c1 100644 (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
index 9cba97ec69b3a288adf0ae252b0eae619846448b..bec012006777ef3232283cce5f8d36e41621538d 100644 (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)