diff options
author | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 18:51:06 +0000 |
---|---|---|
committer | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 18:51:06 +0000 |
commit | a5d654e2d25f72b7c87ad2ba828f34e69f95a9bb (patch) | |
tree | cb88f1e6ef61a33e619f4dd738d64d320d45f6e9 /gcc/params.def | |
parent | 664e11b6d9db37b353f5f099233b50487ed1ae8a (diff) | |
download | gcc-a5d654e2d25f72b7c87ad2ba828f34e69f95a9bb.tar.gz |
2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
* invoke.texi (Optimize Options): Add documentation for `--param
max-delay-slot-insn-search' and `--param
max-delay-slot-live-search' and reorder --param section.
* params.def: Modify initial comment.
* params.h (param_info): Add `help' member.
* toplev.c (lang_independent_params): Include `help' description.
(display_help): Print --param parameters.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41734 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index 749414f6e9c..24b3aa26bb1 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -31,7 +31,9 @@ Boston, MA 02111-1307, USA. - A help string explaining how the parameter is used. - - A default value for the parameter. */ + - A default value for the parameter. + + Be sure to add an entry to invoke.texi summarizing the parameter. */ /* The maximum number of instructions accepted for inlining a function. Increasing values mean more agressive inlining. |