From ca2826dacf1a28d9d3243d53368b2781544f479c Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sun, 25 Jan 2015 19:39:01 +0100 Subject: [PATCH] * config/i386/i386.c (get_builtin_code_for_version): Revert unwanted change. From-SVN: r220096 --- gcc/config/i386/i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 441911d9b7e..c1d7a55bb5b 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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}, -- 2.30.2