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:
parent
831f44c638
commit
0fcbf3ed80
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue