aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2004-09-28 20:34:17 +0000
committerSteven Bosscher <stevenb@suse.de>2004-09-28 20:34:17 +0000
commit30c8a69730887e436dcaf9f6c1237dae9417411c (patch)
treed9295737521c5789a351138706d4464bb0b7328c /gcc/flags.h
parent23a9667f134e697dda1267e710bff7586d2eb891 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@88250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
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;