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
This commit is contained in:
H.J. Lu 2015-01-26 19:31:55 +00:00 committed by H.J. Lu
parent c8d7835b22
commit 0b54aad284
2 changed files with 7 additions and 1 deletions

View 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

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