aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1997-07-15 19:22:58 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1997-07-15 19:22:58 +0000
commitdea13a31f0726f3be88e8f7fcfba69ab464b15eb (patch)
treea0d7d6c6b1e5c021893bd54754f8eab3fab68399 /gcc/rtl.h
parent3e8d8d4bc73b803e0db6b6169d98981020ac4d30 (diff)
downloadgcc-dea13a31f0726f3be88e8f7fcfba69ab464b15eb.zip
gcc-dea13a31f0726f3be88e8f7fcfba69ab464b15eb.tar.gz
gcc-dea13a31f0726f3be88e8f7fcfba69ab464b15eb.tar.bz2
Declare replace_regs
From-SVN: r14447
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
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;