aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-06-30 15:30:30 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-06-30 15:30:30 -0700
commit0671a8a0b97ad91dcdaf7f0aaba0233ddaa5ac9d (patch)
treecbbabfa6f0adaf1e62b1af335af9f4f3a90f5378 /gcc/rtl.h
parent9980154889a2bfd00c0c76176595948768be1487 (diff)
downloadgcc-0671a8a0b97ad91dcdaf7f0aaba0233ddaa5ac9d.zip
gcc-0671a8a0b97ad91dcdaf7f0aaba0233ddaa5ac9d.tar.gz
gcc-0671a8a0b97ad91dcdaf7f0aaba0233ddaa5ac9d.tar.bz2
* function.c, rtl.h (get_first_nonparm_insn): Remove.
From-SVN: r83936
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6013087..0fa2c8c 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1926,8 +1926,6 @@ extern const char *decode_asm_operands (rtx, rtx *, rtx **, const char **,
extern enum reg_class reg_preferred_class (int);
extern enum reg_class reg_alternate_class (int);
-extern rtx get_first_nonparm_insn (void);
-
extern void split_all_insns (int);
extern void split_all_insns_noflow (void);