* config/i386/i386.c (get_builtin_code_for_version): Revert unwanted change.

From-SVN: r220096
This commit is contained in:
Uros Bizjak 2015-01-25 19:39:01 +01:00
parent 939911c558
commit ca2826dacf

View 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},