aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-01-03 07:51:40 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-01-03 07:51:40 -0500
commit1de9b9763f5ec5897c4954c831c7320607a56410 (patch)
tree8cd964ea143c20cad0688b203470100a1e6a0a59 /gcc/function.h
parent01c1558a9c2c4ec5666a9a4e3a40a82982b2a4ae (diff)
downloadgcc-1de9b9763f5ec5897c4954c831c7320607a56410.zip
gcc-1de9b9763f5ec5897c4954c831c7320607a56410.tar.gz
gcc-1de9b9763f5ec5897c4954c831c7320607a56410.tar.bz2
(struct function): New field args_info.
From-SVN: r13354
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 69e60ae..4bc8e3f 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -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;