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 <steven@gcc.gnu.org>2004-09-28 20:34:17 +0000
commit21ef99b8cab857be1b1aa547b7a02b5492f3d929 (patch)
treed9295737521c5789a351138706d4464bb0b7328c /gcc/flags.h
parent78492bf5ac71894df6c63fe5eb69c65007d52ad0 (diff)
downloadgcc-21ef99b8cab857be1b1aa547b7a02b5492f3d929.zip
gcc-21ef99b8cab857be1b1aa547b7a02b5492f3d929.tar.gz
gcc-21ef99b8cab857be1b1aa547b7a02b5492f3d929.tar.bz2
common.opt (flag_gcse_sm): Disable by default.
* 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. From-SVN: r88250
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 78c6d5a..91e719a 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;