diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 1998-09-08 14:42:58 +0100 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 1998-09-08 14:42:58 +0100 |
commit | d3adbeea55a9e223da2668f31ab48d0686759b57 (patch) | |
tree | e30f1fff07f9defcb53161fce8554c41ab67db4d /gcc/reload.c | |
parent | 0c8feefe300038d33498ad1d956981310b3d1823 (diff) | |
download | gcc-d3adbeea55a9e223da2668f31ab48d0686759b57.zip gcc-d3adbeea55a9e223da2668f31ab48d0686759b57.tar.gz gcc-d3adbeea55a9e223da2668f31ab48d0686759b57.tar.bz2 |
Typo fix in comment.
From-SVN: r22330
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 d3dc14f..1aec4fb 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -4013,7 +4013,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p) actually fail are extremely rare, so it turns out to be better to fix the problem here by not generating cases that choose_reload_regs will fail for. */ - /* There is a similar problem with RELAOD_FOR_INPUT_ADDRESS / + /* There is a similar problem with RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_OUTPUT_ADDRESS when there is more than one of a kind for a single operand. We can reduce the register pressure by exploiting that a |