From dea13a31f0726f3be88e8f7fcfba69ab464b15eb Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 15 Jul 1997 19:22:58 +0000 Subject: Declare replace_regs From-SVN: r14447 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/rtl.h b/gcc/rtl.h index 3ae3982..d27b4e5 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -817,6 +817,7 @@ extern enum reg_class reg_preferred_class PROTO((int)); extern enum reg_class reg_alternate_class PROTO((int)); extern rtx get_first_nonparm_insn PROTO((void)); +extern rtx replace_regs PROTO((rtx, rtx *, int, int)); /* Standard pieces of rtx, to be substituted directly into things. */ extern rtx pc_rtx; -- cgit v1.1