2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-04 20:11:35 +08:00

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
This commit is contained in:
Richard Sandiford 2007-09-17 22:26:19 +00:00 committed by Richard Sandiford
parent 8d2a9e0ee2
commit ec49e31c8f
2 changed files with 5 additions and 1 deletions
gcc
ChangeLog
config/mips

@ -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>

@ -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"
{