]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move Bonnell and Silvermont entries before generic
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 23 Dec 2013 17:11:00 +0000 (17:11 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 23 Dec 2013 17:11:00 +0000 (09:11 -0800)
* config/i386/i386.c (processor_target_table): Move Bonnell and
Silvermont entries before generic.

From-SVN: r206180

gcc/ChangeLog
gcc/config/i386/i386.c

index b9fe7632681f022e7f86d6c0a8e7121ed5b210f5..b2f9f6e1619b82e14425bccd42daa82ba9e3dbf5 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-23   H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (processor_target_table): Move Bonnell and
+       Silvermont entries before generic.
+
 2013-12-23  Bingfeng Mei  <bmei@broadcom.com>
 
        PR middle-end/59569
index 2d480b345d4d289bf4b38bf945f285cc76dcdf0f..ced6618fc4ca46e9189ec8e3ae8d83ca6690f127 100644 (file)
@@ -2397,12 +2397,16 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
   {&nocona_cost, 0, 0, 0, 0, 0},
   /* Core 2  */
   {&core_cost, 16, 10, 16, 10, 16},
-  /* Core i7  */
+  /* Nehalem  */
   {&core_cost, 16, 10, 16, 10, 16},
-  /* Core i7 avx  */
+  /* Sandy Bridge  */
   {&core_cost, 16, 10, 16, 10, 16},
-  /* Core avx2  */
+  /* Haswell  */
   {&core_cost, 16, 10, 16, 10, 16},
+  /* Bonnell  */
+  {&atom_cost, 16, 15, 16, 7, 16},
+  /* Silvermont  */
+  {&slm_cost, 16, 15, 16, 7, 16},
   {&generic_cost, 16, 10, 16, 10, 16},
   {&amdfam10_cost, 32, 24, 32, 7, 32},
   {&bdver1_cost, 16, 10, 16, 7, 11},
@@ -2410,9 +2414,7 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
   {&bdver3_cost, 16, 10, 16, 7, 11},
   {&bdver4_cost, 16, 10, 16, 7, 11},
   {&btver1_cost, 16, 10, 16, 7, 11},
-  {&btver2_cost, 16, 10, 16, 7, 11},
-  {&atom_cost, 16, 15, 16, 7, 16},
-  {&slm_cost, 16, 15, 16, 7, 16}
+  {&btver2_cost, 16, 10, 16, 7, 11}
 };
 
 static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =