Declare replace_regs
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 15 Jul 1997 19:22:58 +0000 (19:22 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 15 Jul 1997 19:22:58 +0000 (19:22 +0000)
From-SVN: r14447

gcc/rtl.h

index 3ae3982d11e366d8b65a0dd556bd48bd46473b4d..d27b4e5b8337878354c73b10c70ee1dc0b2a9963 100644 (file)
--- 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;