summaryrefslogtreecommitdiffstats
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-20 17:02:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-20 17:02:10 +0000
commitfa5144f79039ee415fa52c5f1d9e3be260b5b898 (patch)
tree095998f79a3dded1d5f2821cc8b533b1ab9975a9 /gcc/expr.c
parent2f7ce20aad53584f43ef37d8eccc4eab9a0b67a3 (diff)
downloadppe42-gcc-fa5144f79039ee415fa52c5f1d9e3be260b5b898.tar.gz
ppe42-gcc-fa5144f79039ee415fa52c5f1d9e3be260b5b898.zip
Remove more bytecode stuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index ef2666877a9..66bfda60b02 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -147,10 +147,6 @@ struct clear_by_pieces
int reverse;
};
-/* Used to generate bytecodes: keep track of size of local variables,
- as well as depth of arithmetic stack. (Notice that variables are
- stored on the machine's stack, not the arithmetic stack.) */
-
static rtx get_push_address PROTO ((int));
extern int local_vars_size;
extern int stack_depth;
OpenPOWER on IntegriCloud