diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-17 09:38:01 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-17 09:38:01 +0000 |
commit | fee1d116fa7f5ba95d70b1a5a43c1b8d460940f2 (patch) | |
tree | 659740ba022189bd74dee18dca4a9829ed5dcbea /gcc/toplev.h | |
parent | 283a0d5c3379fefc019ffb20747ff41b032c806d (diff) | |
download | gcc-fee1d116fa7f5ba95d70b1a5a43c1b8d460940f2.tar.gz |
2005-01-17 Paolo Bonzini <bonzini@gnu.org>
* common.opt (-fnew-ra): Remove.
* ra*.*: Remove.
* toplev.h (flag_new_regalloc): Remove.
* Makefile.in (ra*.*): Don't mention.
* passes.c (rest_of_handle_new_regalloc): Remove.
(rest_of_handle_combine, rest_of_compilation): Always consider
flag_new_regalloc as false.
* doc/invoke.texi: Don't document -fnew-ra.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 719cb4cd581..a1a388ba73f 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -1,5 +1,5 @@ /* toplev.h - Various declarations for functions found in toplev.c - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. @@ -134,7 +134,6 @@ extern int flag_unroll_all_loops; extern int flag_unswitch_loops; extern int flag_cprop_registers; extern int time_report; -extern int flag_new_regalloc; extern int flag_tree_based_profiling; /* Things to do with target switches. */ |