]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.md: Use "Uy" constraint for wcgr load/stores.
authorPaul Brook <paul@codesourcery.com>
Sat, 22 Jan 2005 22:23:39 +0000 (22:23 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 22 Jan 2005 22:23:39 +0000 (22:23 +0000)
2005-01-22  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.

[[Split portion of a mixed commit.]]

From-SVN: r94080.2

gcc/ChangeLog
gcc/config/arm/iwmmxt.md

index 3206c938f61d2bf3a63c5461d52fd56d3d8c2a92..46ad6d800505fca75aca5780c8f2b05364c0f3ad 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-22  Paul Brook  <paul@codesourcery.com>
+
+       * config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.
+
 2005-01-21  Mark Dettinger  <dettinge@de.ibm.com>
 
        * config/s390/s390.c (struct processor_costs): New fields 
index 758847fd54706994972608be1584104cfaa98273..928ba371fb0d480f70d39a12f9099df440055079 100644 (file)
@@ -92,8 +92,8 @@
 )
 
 (define_insn "*iwmmxt_movsi_insn"
-  [(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r, m,z,r,?z,m,z")
-       (match_operand:SI 1 "general_operand"      "rI,K,mi,r,r,z,m,z,z"))]
+  [(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r, m,z,r,?z,Uy,z")
+       (match_operand:SI 1 "general_operand"      "rI,K,mi,r,r,z,Uy,z,z"))]
   "TARGET_REALLY_IWMMXT
    && (   register_operand (operands[0], SImode)
        || register_operand (operands[1], SImode))"