diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-14 01:53:07 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-14 01:53:07 +0000 |
commit | dd20d2ca0f756cf4914f21cbb863e808bd3879ad (patch) | |
tree | 393892f43fe14c5f267213ef04a9603fa45d4bca /gcc/config/mep | |
parent | 28767f83f1358a56c2219d4f6456349596322ce1 (diff) | |
download | gcc-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.h | 4 |
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)}" |