]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.md (*<shiftrt_insn><mode>3_mask): Use <shiftrt> instead of <shift>.
authorJakub Jelinek <jakub@redhat.com>
Wed, 3 Apr 2013 17:45:21 +0000 (19:45 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 3 Apr 2013 17:45:21 +0000 (19:45 +0200)
* config/i386/i386.md (*<shiftrt_insn><mode>3_mask): Use
<shiftrt> instead of <shift>.

From-SVN: r197439

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

index d87072232313ab4ed193e501522b9d6e3696e8db..508946cc08c775d6cfa94eba851e43a1a498d2e1 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/i386.md (*<shiftrt_insn><mode>3_mask): Use
+       <shiftrt> instead of <shift>.
+
 2013-04-02  Wei Mi  <wmi@google.com>
 
        * config/i386/i386.c (ix86_rtx_costs): Set proper rtx cost for
index 661dcbc01aff79d5c91a8570c563297b5019e885..3a27ca46c89208971c10a1b62b2a3a653968ab83 100644 (file)
    && (INTVAL (operands[3]) & (GET_MODE_BITSIZE (<MODE>mode)-1))
       == GET_MODE_BITSIZE (<MODE>mode)-1"
 {
-  return "<shift>{<imodesuffix>}\t{%b2, %0|%0, %b2}";
+  return "<shiftrt>{<imodesuffix>}\t{%b2, %0|%0, %b2}";
 }
   [(set_attr "type" "ishift")
    (set_attr "mode" "<MODE>")])