From: Richard Henderson Date: Tue, 27 Jan 1998 03:23:31 +0000 (-0800) Subject: * alpha.md (abssf, absdf): Revert last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e4aab9798b3d7cc4cbf80fa4ebc171a712704ad;p=gcc.git * alpha.md (abssf, absdf): Revert last change. From-SVN: r17502 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4a45ef5953..41b87ee4654 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 27 03:21:23 1998 Richard Henderson + + * alpha.md (abssf, absdf): Revert last change. + Tue Jan 27 00:26:50 1998 John Carr * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 71ae3fd2030..44f9cb95876 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1620,14 +1620,14 @@ (define_insn "abssf2" [(set (match_operand:SF 0 "register_operand" "=f") (abs:SF (match_operand:SF 1 "reg_or_fp0_operand" "fG")))] - "TARGET_FP && alpha_fptm == ALPHA_FPTM_N" + "TARGET_FP" "cpys $f31,%R1,%0" [(set_attr "type" "fcpys")]) (define_insn "absdf2" [(set (match_operand:DF 0 "register_operand" "=f") (abs:DF (match_operand:DF 1 "reg_or_fp0_operand" "fG")))] - "TARGET_FP && alpha_fptm == ALPHA_FPTM_N" + "TARGET_FP" "cpys $f31,%R1,%0" [(set_attr "type" "fcpys")])