From d3adbeea55a9e223da2668f31ab48d0686759b57 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Tue, 8 Sep 1998 14:42:58 +0100 Subject: [PATCH] Typo fix in comment. From-SVN: r22330 --- gcc/reload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/reload.c b/gcc/reload.c index d3dc14f6930..1aec4fb633b 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 -- 2.30.2