summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-01-03 12:51:40 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-01-03 12:51:40 +0000
commit24d674df3cb0026adad54f615d527bbefa9a9478 (patch)
tree8cd964ea143c20cad0688b203470100a1e6a0a59 /gcc/function.h
parentd2e15f207faa1aad83a8f5e388b98ee3b938deda (diff)
downloadgcc-24d674df3cb0026adad54f615d527bbefa9a9478.tar.gz
(struct function): New field args_info.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13354 138bc75d-0d04-0410-961f-82ee72b054a4
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 69e60ae4a68..4bc8e3feba7 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;