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
This commit is contained in:
Paul Brook 2006-07-07 23:38:56 +00:00 committed by Paul Brook
parent f03a019108
commit 1b13a49083
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
PR middle-end/28268

View File

@ -1085,8 +1085,8 @@
})
(define_insn ""
[(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,!r,!f,!r")
(match_operand:XF 1 "nonimmediate_operand" "m,f,f,f,r,!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,!r,m"))]
"TARGET_68881"
{
if (FP_REG_P (operands[0]))