i386.md (*popcountsi2_cmp_zext): Remove mode attribute from insn template.

* config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
	from insn template.

From-SVN: r158340
This commit is contained in:
Uros Bizjak 2010-04-14 11:28:05 +02:00 committed by Uros Bizjak
parent 831f44c638
commit 0fcbf3ed80
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-04-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
from insn template.
2010-04-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.

View File

@ -12451,7 +12451,7 @@
#if TARGET_MACHO
return "popcnt\t{%1, %0|%0, %1}";
#else
return "popcnt{<imodesuffix>}\t{%1, %0|%0, %1}";
return "popcnt{l}\t{%1, %0|%0, %1}";
#endif
}
[(set_attr "prefix_rep" "1")