OSDN Git Service

* config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 2010 09:28:05 +0000 (09:28 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 01:00:47 +0000 (10:00 +0900)
from insn template.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158340 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index bf8aa55..60548dc 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
 2010-04-13  Jan Hubicka  <jh@suse.cz>
index 35fc0d4..a0e5d1a 100644 (file)
 #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")