From 1eeeb6a437b35a0a48b7758d33e2d33164ca52db Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 30 Apr 2002 20:48:55 +0000 Subject: cpplex.c: Fix comment formatting. * cpplex.c: Fix comment formatting. * function.c: Likewise. * integrate.c: Likewise. * regrename.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * tree-inline.c: Likewise. From-SVN: r52972 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 56e9014..e90fddd 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -2567,7 +2567,7 @@ fixup_memory_subreg (x, insn, promoted_mode, uncritical) if (BYTES_BIG_ENDIAN) /* If the PROMOTED_MODE is wider than the mode of the MEM, adjust the offset so that it points to the right location within the - MEM. */ + MEM. */ offset -= (GET_MODE_SIZE (promoted_mode) - GET_MODE_SIZE (GET_MODE (mem))); if (!flag_force_addr -- cgit v1.1