Commit 1de9b976 by Richard Kenner

(struct function): New field args_info.

From-SVN: r13354
parent 01c1558a
/* Structure for saving state for a nested function. /* 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. This file is part of GNU CC.
...@@ -110,6 +110,7 @@ struct function ...@@ -110,6 +110,7 @@ struct function
/* This slot is initialized as 0 and is added to /* This slot is initialized as 0 and is added to
during the nested function. */ during the nested function. */
struct var_refs_queue *fixup_var_refs_queue; struct var_refs_queue *fixup_var_refs_queue;
CUMULATIVE_ARGS args_info;
/* For stmt.c */ /* For stmt.c */
struct nesting *block_stack; struct nesting *block_stack;
......
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