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/flags.h | |
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/flags.h')
-rw-r--r-- | gcc/flags.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index d2c1ca0..2671ec3 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -187,11 +187,6 @@ extern int flag_debug_asm; extern int flag_next_runtime; extern int flag_dump_rtl_in_asm; - -/* 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. */ -extern int flag_renumber_insns; /* Other basic status info about current function. */ |