summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k.md
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-07 23:38:56 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-07 23:38:56 +0000
commit463b8e0b5f3133ea546dfc5bf935acb064bf5c25 (patch)
tree884d65e57d5931e4bfe44b86fb665b699b838ee8 /gcc/config/m68k/m68k.md
parent1c8f43ad85f3a010768cd0f990c28e565d6f7a86 (diff)
downloadgcc-463b8e0b5f3133ea546dfc5bf935acb064bf5c25.tar.gz
2006-07-08 Paul Brook <paul@codesourcery.com>
PR target/27991 * config/m68k/m68k.md: Add r-m patterns for 68881 movxf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68k.md')
-rw-r--r--gcc/config/m68k/m68k.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index 8e565a65516..6a8cf4d4f1e 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -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]))