diff options
| author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-05 13:34:45 +0000 | 
|---|---|---|
| committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-05 13:34:45 +0000 | 
| commit | 368ebcd6ffb979a5b002835b03f75d61d681221d (patch) | |
| tree | f344e155c2b5c7aac595a92de8716b906a1ef740 /gcc/function.c | |
| parent | 0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (diff) | |
| download | gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.zip gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.tar.gz gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.tar.bz2  | |
fold-const.c: Follow spelling conventions.
	* 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.
From-SVN: r72111
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 baec4ab..bd76c5c 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  | 
