]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs600.md (*bswapdi2_64bit): Remove ?? from the constraint.
authorVladimir Makarov <vmakarov@redhat.com>
Fri, 6 Dec 2013 22:10:22 +0000 (22:10 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Fri, 6 Dec 2013 22:10:22 +0000 (22:10 +0000)
2013-12-06  Vladimir Makarov  <vmakarov@redhat.com>

* config/rs6000/rs600.md (*bswapdi2_64bit): Remove ?? from the
constraint.

From-SVN: r205765

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 5fddf41caf18d026dcc1aaf1f0c21f2587827fc3..9524865fc0cbfc02a0937790b156a98dbf34190f 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-06  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * config/rs6000/rs600.md (*bswapdi2_64bit): Remove ?? from the
+       constraint.
+
 2013-12-06  Caroline Tice  <cmtice@google.com>
 
        Submitting patch from Stephen Checkoway, s@cs.jhu.edu
index 4de7c3a2f6e453703672c339910d314ee730bde4..efeb2c4dbf72845b6ad896ba455e40796ce3c321 100644 (file)
 
 ;; Non-power7/cell, fall back to use lwbrx/stwbrx
 (define_insn "*bswapdi2_64bit"
-  [(set (match_operand:DI 0 "reg_or_mem_operand" "=&r,Z,??&r")
+  [(set (match_operand:DI 0 "reg_or_mem_operand" "=&r,Z,&r")
        (bswap:DI (match_operand:DI 1 "reg_or_mem_operand" "Z,r,r")))
    (clobber (match_scratch:DI 2 "=&b,&b,&r"))
    (clobber (match_scratch:DI 3 "=&r,&r,&r"))