From a86477661406f2ebe7ac3590c4c59a31769ca282 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 17 Oct 1994 11:30:22 -0400 Subject: Update comment. From-SVN: r8283 --- gcc/recog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/recog.c') diff --git a/gcc/recog.c b/gcc/recog.c index 1072fe9..a09a1d9 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1718,9 +1718,9 @@ constrain_operands (insn_code_num, strict) case 'p': /* p is used for address_operands. When we are called by - gen_input_reload, no one will have checked that the - address is strictly valid, i.e., that all pseudos - requiring hard regs have gotten them. */ + gen_reload, no one will have checked that the address is + strictly valid, i.e., that all pseudos requiring hard regs + have gotten them. */ if (strict <= 0 || (strict_memory_address_p (insn_operand_mode[insn_code_num][opno], op))) -- cgit v1.1