Revert the last P_POPCNT order change
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 26 Jan 2015 19:31:55 +0000 (19:31 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 26 Jan 2015 19:31:55 +0000 (11:31 -0800)
PR target/64806
* config/i386/i386 (feature_priority): Revert the last P_POPCNT
order change.

From-SVN: r220131

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

index c441f2af51ff56edc652fcb51930087db8655df7..cb42a5af02f23fdf2bafe78fe2c11588069ae186 100644 (file)
@@ -1,3 +1,9 @@
+2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/64806
+       * config/i386/i386 (feature_priority): Revert the last P_POPCNT
+       order change.
+
 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
 
         PR target/64795
index c1d7a55bb5b6e4f917e4301543c1fee4de72fc9f..794d8d0fdb17c40bc0db634b6ae7c4f991aec4ec 100644 (file)
@@ -34289,8 +34289,8 @@ get_builtin_code_for_version (tree decl, tree *predicate_list)
     P_PROC_SSE4_A,
     P_SSE4_1,
     P_SSE4_2,
-    P_POPCNT,
     P_PROC_SSE4_2,
+    P_POPCNT,
     P_AVX,
     P_PROC_AVX,
     P_BMI,