diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-04-30 20:48:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-04-30 20:48:55 +0000 |
commit | 1eeeb6a437b35a0a48b7758d33e2d33164ca52db (patch) | |
tree | a0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/function.c | |
parent | 888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e (diff) | |
download | gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.zip gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.gz gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.bz2 |
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
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |