diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-02 19:02:18 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-02 19:02:18 +0000 |
commit | a638bdc2fdb6a3fb16124e7ca1e1789070d5c0a8 (patch) | |
tree | 2a8e5c1153c6bdbd4e93812889138fc77017db8b /gcc/toplev.c | |
parent | 88c6f1018217155e6a92734074450505703a827b (diff) | |
download | gcc-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.c | 5 |
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 (). */ |