Commit 5e4aab97 by Richard Henderson Committed by Richard Henderson

* alpha.md (abssf, absdf): Revert last change.

From-SVN: r17502
parent 2b44e25a
Tue Jan 27 03:21:23 1998 Richard Henderson <rth@cygnus.com>
* alpha.md (abssf, absdf): Revert last change.
Tue Jan 27 00:26:50 1998 John Carr <jfc@mit.edu>
* dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
......
......@@ -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")])
......
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