aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-02-02 19:02:18 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-02-02 19:02:18 +0000
commita638bdc2fdb6a3fb16124e7ca1e1789070d5c0a8 (patch)
tree2a8e5c1153c6bdbd4e93812889138fc77017db8b /gcc/rtl.h
parent88c6f1018217155e6a92734074450505703a827b (diff)
downloadgcc-a638bdc2fdb6a3fb16124e7ca1e1789070d5c0a8.zip
gcc-a638bdc2fdb6a3fb16124e7ca1e1789070d5c0a8.tar.gz
gcc-a638bdc2fdb6a3fb16124e7ca1e1789070d5c0a8.tar.bz2
emit-rtl.c (renumber_insns): Remove.
* emit-rtl.c (renumber_insns): Remove. * flags.h: Remove the extern for flag_renumber_insns. * rtl.h: Remove the prototype for renumber_insns. * toplev.c (flag_renumber_insns): Remove. From-SVN: r121517
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 5cf87b8..80c3114 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2059,7 +2059,6 @@ extern void add_insn_before (rtx, rtx);
extern void add_insn_after (rtx, rtx);
extern void remove_insn (rtx);
extern rtx emit (rtx);
-extern void renumber_insns (void);
extern rtx delete_insn (rtx);
extern rtx entry_of_function (void);
extern void emit_insn_at_entry (rtx);