(struct function): New field args_info.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 3 Jan 1997 12:51:40 +0000 (07:51 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 3 Jan 1997 12:51:40 +0000 (07:51 -0500)
From-SVN: r13354

gcc/function.h

index 69e60ae4a680d06218b06aae0465217bb8f3f418..4bc8e3feba73b0c8ddcdd50ebd4ed19f2c500db9 100644 (file)
@@ -1,5 +1,5 @@
 /* Structure for saving state for a nested function.
-   Copyright (C) 1989, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1989, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -110,6 +110,7 @@ struct function
   /* This slot is initialized as 0 and is added to
      during the nested function.  */
   struct var_refs_queue *fixup_var_refs_queue;
+  CUMULATIVE_ARGS args_info;
 
   /* For stmt.c  */
   struct nesting *block_stack;