diff options
author | James E Wilson <wilson@tuliptree.org> | 2003-06-29 20:11:48 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-06-29 20:11:48 -0700 |
commit | bd235d86cd32338c450f7cf5b5bb72da0d09e554 (patch) | |
tree | 6227913aedd314310635c5de633238b5835824c1 /gcc/reload.c | |
parent | c868f37e401a69bc2d2890d3c8aed13e43a5c666 (diff) | |
download | gcc-bd235d86cd32338c450f7cf5b5bb72da0d09e554.tar.gz |
reload.c (find_reloads): Change push_reloads to push_reload in comment.
* reload.c (find_reloads): Change push_reloads to push_reload in
comment.
* reload1.c (eliminate_regs): Likewise.
(dump_needs): Delete prototype for deleted function.
From-SVN: r68691
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 9b1b148d860..c1aa9e7de6a 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -2964,7 +2964,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p) This is doubly true if WORD_REGISTER_OPERATIONS. In this case eliminate_regs has left non-paradoxical - subregs for push_reloads to see. Make sure it does + subregs for push_reload to see. Make sure it does by forcing the reload. ??? When is it right at this stage to have a subreg |