aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-10-17 11:30:22 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-10-17 11:30:22 -0400
commita86477661406f2ebe7ac3590c4c59a31769ca282 (patch)
treeb74575e6375b1cc9d85756fd6507b7f089cdee6d /gcc/recog.c
parentca72f752bfe58121ad60f17434fa5f9906fb5c1a (diff)
downloadgcc-a86477661406f2ebe7ac3590c4c59a31769ca282.zip
gcc-a86477661406f2ebe7ac3590c4c59a31769ca282.tar.gz
gcc-a86477661406f2ebe7ac3590c4c59a31769ca282.tar.bz2
Update comment.
From-SVN: r8283
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c6
1 files changed, 3 insertions, 3 deletions
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)))