]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/params.def
invoke.texi (sched-pressure-algorithm): Document new --param.
authorRichard Sandiford <r.sandiford@uk.ibm.com>
Wed, 6 Jun 2012 09:12:58 +0000 (09:12 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 6 Jun 2012 09:12:58 +0000 (09:12 +0000)
commitc881de027cad019b0c8e556613bec7ac8d492fe0
treeea916a73f9fec97c16c5cf2ff5b2caffd34df151
parent14ae3cbc62bc39d5a3ff9b3067977d4f99739ed6
invoke.texi (sched-pressure-algorithm): Document new --param.

gcc/
* doc/invoke.texi (sched-pressure-algorithm): Document new --param.
* common.opt (fsched-pressure-algorithm=): Remove.
* flag-types.h (sched_pressure_algorithm): Move to...
* sched-int.h (sched_pressure_algorithm): ...here.
* params.def (sched-pressure-algorithm): New param.
* haifa-sched.c (sched_init): Use it to initialize sched_pressure.
* common/config/s390/s390-common.c (s390_option_optimization_table):
Remove OPT_fsched_pressure_algorithm_ entry.
* config/s390/s390.c (s390_option_override): Set a default value for
PARAM_SCHED_PRESSURE_ALGORITHM.

From-SVN: r188258
gcc/ChangeLog
gcc/common.opt
gcc/common/config/s390/s390-common.c
gcc/config/s390/s390.c
gcc/doc/invoke.texi
gcc/flag-types.h
gcc/haifa-sched.c
gcc/params.def
gcc/sched-int.h