diff options
author | Jan Hubicka <jh@suse.cz> | 2003-02-20 21:56:53 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-02-20 20:56:53 +0000 |
commit | b9422b69c4574ea53d1a5fdbc90de3935589e502 (patch) | |
tree | 2415e41e359f1d67f528163fbed9de0eeb20bffe /gcc/rtl.h | |
parent | e182f0a397a1b985f86641787df37d12b1d00aa3 (diff) | |
download | gcc-b9422b69c4574ea53d1a5fdbc90de3935589e502.zip gcc-b9422b69c4574ea53d1a5fdbc90de3935589e502.tar.gz gcc-b9422b69c4574ea53d1a5fdbc90de3935589e502.tar.bz2 |
toplev.c (flag_sched2_use_superblocks, [...]): New global variables.
* toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New global variables.
(lang_independent_options): Add -fsched2-use-superblocks -fsced2-use-traces.
(rest_of_compilation): Deal with it.
* invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
* flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces): Declare.
* rtl.h (reg_to_stack): Update prototype.
* reg-stack.c (reg_to_stack): Return when something has changed;
update liveness when executing after superblock scheduling.
* combine.c (simplify_shift_const): Simplify few special cases
into constants.
From-SVN: r63183
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2167,7 +2167,7 @@ extern void create_profiler PARAMS ((void)); /* In reg-stack.c */ #ifdef BUFSIZ -extern void reg_to_stack PARAMS ((rtx, FILE *)); +extern bool reg_to_stack PARAMS ((rtx, FILE *)); #endif /* In fold-const.c */ |