From ec5c56db8bd075907a7b60d2cfbf225eeb4ecc1f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 1 Aug 2001 17:57:27 +0000 Subject: alias.c: Fix comment formatting. * alias.c: Fix comment formatting. * bitmap.c: Likewise. * builtins.c: Likewise. * calls.c: Likewise. * c-common.c: Likewise. * c-decl.c: Likewise. * c-dump.c: Likewise. * c-lex.c: Likewise. * collect2.c: Likewise. * combine.c: Likewise. * conflict.c: Likewise. * cppfiles.c: Likewise. * cppinit.c: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * cppspec.c: Likewise. * c-pragma.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * cselib.c: Likewise. * c-semantics.c: Likewise. * c-typeck.c: Likewise. From-SVN: r44547 --- gcc/cse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index 5802ec5..a1b13e4 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -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))); -- cgit v1.1