Commit 1b13a490 by Paul Brook Committed by Paul Brook

re PR target/27991 (ICE in reload_cse_simplify_operands)

2006-07-08  Paul Brook  <paul@codesourcery.com>

	PR target/27991
	* config/m68k/m68k.md: Add r-m patterns for 68881 movxf.

From-SVN: r115272
parent f03a0191
2006-07-08 Paul Brook <paul@codesourcery.com>
PR target/27991
* config/m68k/m68k.md: Add r-m patterns for 68881 movxf.
2006-07-07 Richard Guenther <rguenther@suse.de> 2006-07-07 Richard Guenther <rguenther@suse.de>
PR middle-end/28268 PR middle-end/28268
......
...@@ -1085,8 +1085,8 @@ ...@@ -1085,8 +1085,8 @@
}) })
(define_insn "" (define_insn ""
[(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,!r,!f,!r") [(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,!r,!f,!r,m,!r")
(match_operand:XF 1 "nonimmediate_operand" "m,f,f,f,r,!r"))] (match_operand:XF 1 "nonimmediate_operand" "m,f,f,f,r,!r,!r,m"))]
"TARGET_68881" "TARGET_68881"
{ {
if (FP_REG_P (operands[0])) if (FP_REG_P (operands[0]))
......
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