diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-28 10:11:47 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-28 10:11:47 +0000 |
commit | c3988e3beb5f2c60564c959918af009f2338d308 (patch) | |
tree | 90126b3c24f149851de417e946284822a2bf0b58 /gcc/reg-stack.c | |
parent | 02cddcf4e59ff3710039490299eabb2c81a5a2b9 (diff) | |
download | gcc-c3988e3beb5f2c60564c959918af009f2338d308.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63552 138bc75d-0d04-0410-961f-82ee72b054a4
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++) |