From 342647a5e7e26042ba0c9275ac5f09c418f7b11c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 7 Nov 1995 10:57:59 -0500 Subject: (subxf3): Properly name pattern. From-SVN: r10568 --- gcc/config/m68k/m68k.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 8c115bc..9e2a60a 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -6657,10 +6657,10 @@ "TARGET_68881" "fsub%.b %2,%0") -(define_insn "" +(define_insn "subxf3" [(set (match_operand:XF 0 "general_operand" "=f") (minus:XF (match_operand:XF 1 "nonimmediate_operand" "0") - (match_operand:XF 2 "nonimmediate_operand" "fm")))] + (match_operand:XF 2 "nonimmediate_operand" "fm")))] "TARGET_68881" "* { -- cgit v1.1