summaryrefslogtreecommitdiff
path: root/gcc/config/mep
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-14 01:53:07 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-14 01:53:07 +0000
commitdd20d2ca0f756cf4914f21cbb863e808bd3879ad (patch)
tree393892f43fe14c5f267213ef04a9603fa45d4bca /gcc/config/mep
parent28767f83f1358a56c2219d4f6456349596322ce1 (diff)
downloadgcc-dd20d2ca0f756cf4914f21cbb863e808bd3879ad.tar.gz
* config/mep/mep.h (CC1_SPEC): Tweak parameters to trigger
unrolling at the right iteration count. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mep')
-rw-r--r--gcc/config/mep/mep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h
index 4f58f707df9..353823cef01 100644
--- a/gcc/config/mep/mep.h
+++ b/gcc/config/mep/mep.h
@@ -43,8 +43,8 @@ along with GCC; see the file COPYING3. If not see
#undef CC1_SPEC
#define CC1_SPEC "%{!mlibrary:%(config_cc_spec)} \
-%{!.cc:%{O2:%{!funroll*:--param max-completely-peeled-insns=10 \
- --param max-unrolled-insns=10 -funroll-loops}}}"
+%{!.cc:%{O2:%{!funroll*:--param max-completely-peeled-insns=6 \
+ --param max-unrolled-insns=6 -funroll-loops}}}"
#undef CC1PLUS_SPEC
#define CC1PLUS_SPEC "%{!mlibrary:%(config_cc_spec)}"