diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6251,7 +6251,7 @@ cse_insn (insn, libcall_insn) This section previously turned the REG_EQUIV into a REG_EQUAL note. We cannot do that because REG_EQUIV may provide an - uninitialised stack slot when REG_PARM_STACK_SPACE is used. */ + uninitialised stack slot when REG_PARM_STACK_SPACE is used. */ if (prev != 0 && GET_CODE (prev) == INSN && GET_CODE (PATTERN (prev)) == SET @@ -7381,7 +7381,7 @@ check_for_label_ref (rtl, data) /* If this insn uses a LABEL_REF and there isn't a REG_LABEL note for it, we must rerun jump since it needs to place the note. If this is a LABEL_REF for a CODE_LABEL that isn't in the insn chain, don't do this - since no REG_LABEL will be added. */ + since no REG_LABEL will be added. */ return (GET_CODE (*rtl) == LABEL_REF && INSN_UID (XEXP (*rtl, 0)) != 0 && ! find_reg_note (insn, REG_LABEL, XEXP (*rtl, 0))); |