summaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-06 09:12:58 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-06 09:12:58 +0000
commitd86dbf92c0593eccf3212b635c940a401d11d73e (patch)
treeea916a73f9fec97c16c5cf2ff5b2caffd34df151 /gcc/flag-types.h
parent9690a00dd215dcbb827fd02dd824daefafb51b8f (diff)
downloadgcc-d86dbf92c0593eccf3212b635c940a401d11d73e.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flag-types.h')
-rw-r--r--gcc/flag-types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/flag-types.h b/gcc/flag-types.h
index eb2da4ffed5..f757423e56a 100644
--- a/gcc/flag-types.h
+++ b/gcc/flag-types.h
@@ -106,14 +106,6 @@ enum symbol_visibility
};
#endif
-/* The algorithm used to implement -fsched-pressure. */
-enum sched_pressure_algorithm
-{
- SCHED_PRESSURE_NONE,
- SCHED_PRESSURE_WEIGHTED,
- SCHED_PRESSURE_MODEL
-};
-
/* The algorithm used for the integrated register allocator (IRA). */
enum ira_algorithm
{