aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-01-26 19:23:31 -0800
committerRichard Henderson <rth@gcc.gnu.org>1998-01-26 19:23:31 -0800
commit5e4aab9798b3d7cc4cbf80fa4ebc171a712704ad (patch)
tree1c5e9a31e8e62fc608ec1feaf6d01c6911d2b881 /gcc
parent2b44e25acd6e879fe8c15c5b5028ff2e8460f097 (diff)
downloadgcc-5e4aab9798b3d7cc4cbf80fa4ebc171a712704ad.zip
gcc-5e4aab9798b3d7cc4cbf80fa4ebc171a712704ad.tar.gz
gcc-5e4aab9798b3d7cc4cbf80fa4ebc171a712704ad.tar.bz2
* alpha.md (abssf, absdf): Revert last change.
From-SVN: r17502
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a4a45ef..41b87ee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index 71ae3fd..44f9cb9 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")])