Commit 0fcbf3ed by Uros Bizjak Committed by Uros Bizjak

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
parent 831f44c6
2010-04-14 Uros Bizjak <ubizjak@gmail.com> 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. * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
2010-04-13 Jan Hubicka <jh@suse.cz> 2010-04-13 Jan Hubicka <jh@suse.cz>
......
...@@ -12451,7 +12451,7 @@ ...@@ -12451,7 +12451,7 @@
#if TARGET_MACHO #if TARGET_MACHO
return "popcnt\t{%1, %0|%0, %1}"; return "popcnt\t{%1, %0|%0, %1}";
#else #else
return "popcnt{<imodesuffix>}\t{%1, %0|%0, %1}"; return "popcnt{l}\t{%1, %0|%0, %1}";
#endif #endif
} }
[(set_attr "prefix_rep" "1") [(set_attr "prefix_rep" "1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment