* config/i386/i386.c (get_builtin_code_for_version): Revert unwanted change.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 25 Jan 2015 18:39:01 +0000 (19:39 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 25 Jan 2015 18:39:01 +0000 (19:39 +0100)
From-SVN: r220096

gcc/config/i386/i386.c

index 441911d9b7ef56eb35af756792a0a16c7ab76c64..c1d7a55bb5b6e4f917e4301543c1fee4de72fc9f 100644 (file)
@@ -34326,8 +34326,8 @@ get_builtin_code_for_version (tree decl, tree *predicate_list)
       {"sse4a", P_SSE4_A},
       {"ssse3", P_SSSE3},
       {"sse4.1", P_SSE4_1},
-      {"popcnt", P_POPCNT},
       {"sse4.2", P_SSE4_2},
+      {"popcnt", P_POPCNT},
       {"avx", P_AVX},
       {"bmi", P_BMI},
       {"fma4", P_FMA4},