]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2007 22:26:19 +0000 (22:26 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2007 22:26:19 +0000 (22:26 +0000)
* config/mips/mips.md (*clear_upper32): Use "W" as the memory operand.

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

gcc/ChangeLog
gcc/config/mips/mips.md

index a59b58e4b8b4061c7c9f17526a0fd319ad107f35..636018d161e635c7a1f0e3948e8e7cf5f9f3e8c8 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-17  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * config/mips/mips.md (*clear_upper32): Use "W" as the memory operand.
+
 2007-09-17  Chao-ying Fu  <fu@mips.com>
            Nigel Stephens  <nigel@mips.com>
 
index 32a401c695f5d1c2b95bab29727432bd64d16e56..efd57c94d5deb98d4dfa1007fe23e33bca252b78 100644 (file)
 
 (define_insn_and_split "*clear_upper32"
   [(set (match_operand:DI 0 "register_operand" "=d,d")
-        (and:DI (match_operand:DI 1 "nonimmediate_operand" "d,o")
+        (and:DI (match_operand:DI 1 "nonimmediate_operand" "d,W")
                (const_int 4294967295)))]
   "TARGET_64BIT"
 {