summaryrefslogtreecommitdiffstats
path: root/gcc/common
diff options
context:
space:
mode:
authorramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-17 09:17:20 +0000
committerramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-17 09:17:20 +0000
commit84a1059bbaff0dc6dcb2472e83046e218cff78b8 (patch)
tree9a34ebf8f05219b41e79c74075f0428bb6c8ce3e /gcc/common
parent2b0f5dc8f2e342baf85ce60c0c892a253e13a7cc (diff)
downloadppe42-gcc-84a1059bbaff0dc6dcb2472e83046e218cff78b8.tar.gz
ppe42-gcc-84a1059bbaff0dc6dcb2472e83046e218cff78b8.zip
2012-07-17 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Ulrich Weigand <ulrich.weigand@linaro.org> * common/config/arm/arm-common.c (arm_option_optimization_table): Enable -fsched-pressure by default while optimizing. * config/arm/arm.c (arm_option_override): Use the alternate scheduler pressure algorithm by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common')
-rw-r--r--gcc/common/config/arm/arm-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index b8348bfb9f2..d17b60ed5a8 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -35,6 +35,7 @@ static const struct default_options arm_option_optimization_table[] =
/* Enable section anchors by default at -O1 or higher. */
{ OPT_LEVELS_1_PLUS, OPT_fsection_anchors, NULL, 1 },
{ OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 },
+ { OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 },
{ OPT_LEVELS_NONE, 0, NULL, 0 }
};
OpenPOWER on IntegriCloud