From 59e6092731b6cb014c40f735f7e2f0bb3d8cb74b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Feb 1994 07:34:38 -0500 Subject: [PATCH] (neg[sd]f2): Use %R1 consistently. From-SVN: r6623 --- gcc/config/alpha/alpha.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 15b05f4..8e9c968 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -906,14 +906,14 @@ [(set (match_operand:SF 0 "register_operand" "=f") (neg:SF (match_operand:SF 1 "reg_or_fp0_operand" "fG")))] "TARGET_FP" - "cpysn %1,%R1,%0" + "cpysn %R1,%R1,%0" [(set_attr "type" "fpop")]) (define_insn "negdf2" [(set (match_operand:DF 0 "register_operand" "=f") (neg:DF (match_operand:DF 1 "reg_or_fp0_operand" "fG")))] "TARGET_FP" - "cpysn %1,%R1,%0" + "cpysn %R1,%R1,%0" [(set_attr "type" "fpop")]) (define_insn "addsf3" -- 2.7.4