OSDN Git Service

Update comment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 1994 15:30:22 +0000 (15:30 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 1994 15:30:22 +0000 (15:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8283 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/recog.c
gcc/reload.c

index 1072fe9..a09a1d9 100644 (file)
@@ -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)))
index 57c238e..e893841 100644 (file)
@@ -2417,7 +2417,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
                                 && &SET_DEST (set) == recog_operand_loc[i]);
       else if (code == PLUS)
        /* We can get a PLUS as an "operand" as a result of
-          register elimination.  See eliminate_regs and gen_input_reload.  */
+          register elimination.  See eliminate_regs and gen_reload.  */
        substed_operand[i] = recog_operand[i] = *recog_operand_loc[i]
          = find_reloads_toplev (recog_operand[i], i, address_type[i],
                                 ind_levels, 0);