diff options
author | Jan Hubicka <jh@suse.cz> | 2003-02-28 11:11:47 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-02-28 10:11:47 +0000 |
commit | 10a3fdd92639518f67976f894a58df753f6eb858 (patch) | |
tree | 90126b3c24f149851de417e946284822a2bf0b58 /gcc/reg-stack.c | |
parent | e459243b87904cd66d4bb85892eb831d9e006c2c (diff) | |
download | gcc-10a3fdd92639518f67976f894a58df753f6eb858.tar.gz |
combine.c (gen_lowpart_for_combine): Update handling of subregs_of_mode
* combine.c (gen_lowpart_for_combine): Update handling of
subregs_of_mode
* flow.c (life_analysis, mark_used_regs): Likewise.
* regclass.c (subregs_of_mode): Turn into single bitmap.
(cannot_change-mode_set_regs, invalid_mode_change_p): Update
dealing with subregs_of_mode
* regs.h (subregs_of_mode): Update prototype.
From-SVN: r63552
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 52be2a20bc2..8626d636778 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -428,9 +428,6 @@ reg_to_stack (first, file) /* Clean up previous run. */ stack_regs_mentioned_data = 0; - if (!optimize) - split_all_insns (0); - /* See if there is something to do. Flow analysis is quite expensive so we might save some compilation time. */ for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++) |