summaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-20 19:29:52 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-20 19:29:52 +0000
commitde1da18e7f2f7708ae0f21f7d3905e8de7a5cee4 (patch)
tree46da85b29ea58b8d2057657a66b418fd9d4c0521 /gcc/config/i386
parentb3c93f85c7135781bfe1a520feab3fbe440338e6 (diff)
downloadgcc-de1da18e7f2f7708ae0f21f7d3905e8de7a5cee4.tar.gz
Change Atom align_loops_max_skip to 15.
2011-10-20 Sergey Ostanevich <sergos.gnu@gmail.com> PR target/50572 * config/i386/i386.c (processor_target_table): Change Atom align_loops_max_skip to 15. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386')
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 775035627f8..a6cb7a3a7cc 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -2595,7 +2595,7 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
{&bdver1_cost, 32, 24, 32, 7, 32},
{&bdver2_cost, 32, 24, 32, 7, 32},
{&btver1_cost, 32, 24, 32, 7, 32},
- {&atom_cost, 16, 7, 16, 7, 16}
+ {&atom_cost, 16, 15, 16, 7, 16}
};
static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =