aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-10-08 17:39:10 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-10-08 17:39:10 +0000
commitda43a810ca70d16ba1a53e4e28c9701e1708d5ee (patch)
tree6f2e50114b9e39ec7ea39b504e667a6a0f6631a9 /gcc/rtl.h
parentb1afd7f4e03c52ed0b07387ad26e3e3c58595f28 (diff)
downloadgcc-da43a810ca70d16ba1a53e4e28c9701e1708d5ee.zip
gcc-da43a810ca70d16ba1a53e4e28c9701e1708d5ee.tar.gz
gcc-da43a810ca70d16ba1a53e4e28c9701e1708d5ee.tar.bz2
Add functions copy_insn/copy_insn_1; use them in jump.c
From-SVN: r29870
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index b237272..5f3e689 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -974,6 +974,8 @@ extern char *oballoc PROTO((int));
extern char *permalloc PROTO((int));
extern rtx rtx_alloc PROTO((RTX_CODE));
extern rtvec rtvec_alloc PROTO((int));
+extern rtx copy_insn_1 PROTO((rtx));
+extern rtx copy_insn PROTO((rtx));
extern rtx copy_rtx PROTO((rtx));
extern rtx copy_rtx_if_shared PROTO((rtx));
extern rtx copy_most_rtx PROTO((rtx, rtx));