(movdf recognizer): Remove `&' from constraint for loading mem to cpu reg.
From-SVN: r4760
This commit is contained in:
parent
cd1db1088e
commit
73ebbfdff0
@ -1197,7 +1197,7 @@
|
||||
}")
|
||||
|
||||
(define_insn ""
|
||||
[(set (match_operand:DF 0 "reg_or_nonsymb_mem_operand" "=T,U,f,r,Q,Q,f,&r")
|
||||
[(set (match_operand:DF 0 "reg_or_nonsymb_mem_operand" "=T,U,f,r,Q,Q,f,r")
|
||||
(match_operand:DF 1 "reg_or_nonsymb_mem_operand" "U,T,f,r,f,r,Q,Q"))]
|
||||
"TARGET_FPU
|
||||
&& (register_operand (operands[0], DFmode)
|
||||
|
Loading…
Reference in New Issue
Block a user