aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
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/toplev.c
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/toplev.c')
-rw-r--r--gcc/toplev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 28d93b3..56a78b4 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -333,11 +333,6 @@ int flag_dump_rtl_in_asm = 0;
the support provided depends on the backend. */
rtx stack_limit_rtx;
-/* If one, renumber instruction UIDs to reduce the number of
- unused UIDs if there are a lot of instructions. If greater than
- one, unconditionally renumber instruction UIDs. */
-int flag_renumber_insns = 1;
-
/* Nonzero if we should track variables. When
flag_var_tracking == AUTODETECT_VALUE it will be set according
to optimize, debug_info_level and debug_hooks in process_options (). */