Commit 342647a5 by Richard Kenner

(subxf3): Properly name pattern.

From-SVN: r10568
parent b667f58f
......@@ -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"
"*
{
......
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