invoke.texi (-maccumulate-args): Fix bad grammar.
gcc/ChangeLog: * doc/invoke.texi (-maccumulate-args): Fix bad grammar. From-SVN: r245137
This commit is contained in:
parent
66818b0350
commit
30b664dfa5
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2017-02-02 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* doc/invoke.texi (-maccumulate-args): Fix bad grammar.
|
||||
|
||||
PR middle-end/32003
|
||||
* doc/invoke.texi (-fdump-rtl-): Remove pass-specific options from
|
||||
index.
|
||||
|
|
|
@ -15434,7 +15434,7 @@ before calling a function and popped afterwards.
|
|||
|
||||
Popping the arguments after the function call can be expensive on
|
||||
AVR so that accumulating the stack space might lead to smaller
|
||||
executables because arguments need not to be removed from the
|
||||
executables because arguments need not be removed from the
|
||||
stack after such a function call.
|
||||
|
||||
This option can lead to reduced code size for functions that perform
|
||||
|
|
Loading…
Add table
Reference in a new issue