Commit 5b4ddd85 by Richard Kenner

(save_expr_regs): Delete declaration; unused.

From-SVN: r10979
parent e1f83b4d
/* Expands front end tree to back end RTL for GNU C-Compiler /* 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. This file is part of GNU CC.
...@@ -106,10 +106,6 @@ extern rtx cleanup_label; ...@@ -106,10 +106,6 @@ extern rtx cleanup_label;
extern rtx return_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. /* 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 down, this is the address of the last stack slot allocated.
If stack grows up, this is the address for the next slot. */ If stack grows up, this is the address for the next slot. */
......
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