diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-01-17 09:38:01 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2005-01-17 09:38:01 +0000 |
commit | cd280abb0e2ea6d7e1201a6375294928d01c75e8 (patch) | |
tree | 659740ba022189bd74dee18dca4a9829ed5dcbea /gcc/toplev.h | |
parent | c80a0f261bda57f3c3fbbe4ebb876f081ad21a1a (diff) | |
download | gcc-cd280abb0e2ea6d7e1201a6375294928d01c75e8.tar.gz |
common.opt (-fnew-ra): Remove.
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.
From-SVN: r93759
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. */ |