aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-01-15 06:20:22 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-01-15 06:20:22 -0500
commit5b4ddd855bf4eb18b20e039bb4247ec8646243d6 (patch)
tree6231a6da32331badf8971f633fad2e76d7432703 /gcc
parente1f83b4dcdd1d12f29268a3052af19fd242345dc (diff)
downloadgcc-5b4ddd855bf4eb18b20e039bb4247ec8646243d6.zip
gcc-5b4ddd855bf4eb18b20e039bb4247ec8646243d6.tar.gz
gcc-5b4ddd855bf4eb18b20e039bb4247ec8646243d6.tar.bz2
(save_expr_regs): Delete declaration; unused.
From-SVN: r10979
Diffstat (limited to 'gcc')
-rw-r--r--gcc/stmt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 413ff2f..2aaa852 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -1,5 +1,5 @@
/* Expands front end tree to back end RTL for GNU C-Compiler
- Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1987, 88, 89, 92-5, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -106,10 +106,6 @@ extern rtx cleanup_label;
extern rtx return_label;
-/* List (chain of EXPR_LISTs) of pseudo-regs of SAVE_EXPRs.
- So we can mark them all live at the end of the function, if nonopt. */
-extern rtx save_expr_regs;
-
/* Offset to end of allocated area of stack frame.
If stack grows down, this is the address of the last stack slot allocated.
If stack grows up, this is the address for the next slot. */