aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-01-20 10:02:05 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-20 03:02:05 -0700
commitc9804136891b8770c62b71435dec014485bc7112 (patch)
tree5aa1c1aad0fd7c6419293962aec1cd8315d72309 /gcc/function.c
parent424e713cd1bb2d27e3bcb13ce877bd0d22c3bf09 (diff)
downloadgcc-c9804136891b8770c62b71435dec014485bc7112.zip
gcc-c9804136891b8770c62b71435dec014485bc7112.tar.gz
gcc-c9804136891b8770c62b71435dec014485bc7112.tar.bz2
More bytecode stuff disappears.
From-SVN: r17435
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 8a4d7d1..c60bb24 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -380,24 +380,6 @@ struct temp_slot *temp_slots;
int temp_slot_level;
-/* The FUNCTION_DECL node for the current function. */
-static tree this_function_decl;
-
-/* Callinfo pointer for the current function. */
-static rtx this_function_callinfo;
-
-/* The call description vector for the current function. */
-static rtx this_function_calldesc;
-
-/* Size of the local variables allocated for the current function. */
-int local_vars_size;
-
-/* Maximum depth of the evaluation stack in this function. */
-int max_stack_depth;
-
-/* Current depth in statement expressions. */
-static int stmt_expr_depth;
-
/* This structure is used to record MEMs or pseudos used to replace VAR, any
SUBREGs of VAR, and any MEMs containing VAR as an address. We need to
maintain this list in case two operands of an insn were required to match;