diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-05 13:34:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-05 13:34:45 +0000 |
commit | 751e10d1a18facbb49754acf0de26ccbb3181ab8 (patch) | |
tree | f344e155c2b5c7aac595a92de8716b906a1ef740 /gcc/function.c | |
parent | e9efa03135334c079d640b06ff0e578f1c250cee (diff) | |
download | ppe42-gcc-751e10d1a18facbb49754acf0de26ccbb3181ab8.tar.gz ppe42-gcc-751e10d1a18facbb49754acf0de26ccbb3181ab8.zip |
* fold-const.c: Follow spelling conventions.
* function.c: Likewise.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.
* config/frv/frv.md: Likewise.
* config/rs6000/aix.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/xtensa/xtensa.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72111 138bc75d-0d04-0410-961f-82ee72b054a4
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 baec4ab3048..bd76c5cd1e1 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4530,7 +4530,7 @@ assign_parms (tree fndecl) Internally, gcc assumes that the argument pointer is aligned to STACK_BOUNDARY bits. This is used both for - alignment optimisations (see init_emit) and to locate + alignment optimizations (see init_emit) and to locate arguments that are aligned to more than PARM_BOUNDARY bits. We must preserve this invariant by rounding CURRENT_FUNCTION_PRETEND_ARGS_SIZE up to a stack |