diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-28 20:34:17 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-28 20:34:17 +0000 |
commit | 62434574df88bd0f5aa905013cd8c7f89a3fcf53 (patch) | |
tree | d9295737521c5789a351138706d4464bb0b7328c /gcc/flags.h | |
parent | fd1181725744697e18e03985609018cb9c82f605 (diff) | |
download | gcc-62434574df88bd0f5aa905013cd8c7f89a3fcf53.tar.gz |
* common.opt (flag_gcse_sm): Disable by default.
(flag_gcse_las): Likewise.
(flag_web): Likewise. Create from this file.
* flags.h: Remove flag_web declaration.
* toplev.c (flag_web): Likewise.
(process_options): Never set flag_web.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 78c6d5a8885..91e719a0807 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -240,8 +240,6 @@ extern enum graph_dump_types graph_dump_format; and to print them when we are done. */ extern int flag_detailed_statistics; -extern int flag_web; - /* Nonzero means that we defer emitting functions until they are actually used. */ extern int flag_remove_unreachable_functions; |