Commit ec49e31c by Richard Sandiford Committed by Richard Sandiford

mips.md (*clear_upper32): Use "W" as the memory operand.

gcc/
	* config/mips/mips.md (*clear_upper32): Use "W" as the memory operand.

From-SVN: r128559
parent 8d2a9e0e
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>
......@@ -2431,7 +2431,7 @@
(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"
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment