summaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-11 14:36:30 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-11 14:36:30 +0000
commitb74585d3da7043415ce6ff5dc64571c302456e94 (patch)
tree204ff94dc55fc72fa3343be03a67e7e5fdd0dce3 /gcc/reload.c
parent5fa23403830bfed522d35681e17cad401ab3b901 (diff)
downloadgcc-b74585d3da7043415ce6ff5dc64571c302456e94.tar.gz
Removed obsolete comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30488 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index bc58b398607..46f29a069c7 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -4699,14 +4699,6 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels, insn)
that the index needs a reload and find_reloads_address_1 will take care
of it.
- There is still a case when we might generate an extra reload,
- however. In certain cases eliminate_regs will return a MEM for a REG
- (see the code there for details). In those cases, memory_address_p
- applied to our address will return 0 so we will think that our offset
- must be too large. But it might indeed be valid and the only problem
- is that a MEM is present where a REG should be. This case should be
- very rare and there doesn't seem to be any way to avoid it.
-
If we decide to do something here, it must be that
`double_reg_address_ok' is true and that this address rtl was made by
eliminate_regs. We generate a reload of the fp/sp/ap + constant and