From 0b54aad28409358c3740a6e5c556d773ac7b796d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 26 Jan 2015 19:31:55 +0000 Subject: [PATCH] Revert the last P_POPCNT order change PR target/64806 * config/i386/i386 (feature_priority): Revert the last P_POPCNT order change. From-SVN: r220131 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/i386.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c441f2af51f..cb42a5af02f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-01-26 H.J. Lu + + PR target/64806 + * config/i386/i386 (feature_priority): Revert the last P_POPCNT + order change. + 2015-01-26 Uros Bizjak PR target/64795 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index c1d7a55bb5b..794d8d0fdb1 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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, -- 2.30.2