aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-01-02 00:07:17 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-01-02 00:07:17 -0800
commit6f85e02b0b746a40a2417b2f98a3328ecf13b514 (patch)
treebcee3552eb640bbe3ed006c95bf011951593ebbc
parent7b331228508a3e8fedc13678ba64ac635672ccd7 (diff)
downloadgcc-6f85e02b0b746a40a2417b2f98a3328ecf13b514.zip
gcc-6f85e02b0b746a40a2417b2f98a3328ecf13b514.tar.gz
gcc-6f85e02b0b746a40a2417b2f98a3328ecf13b514.tar.bz2
* alpha.md (*ze_and_ne): Duplicate insn condition to split.
From-SVN: r38615
-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 317a469..a2911fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-02 Richard Henderson <rth@redhat.com>
+
+ * alpha.md (*ze_and_ne): Duplicate insn condition to split.
+
2001-01-02 Andreas Jaeger <aj@suse.de>
* c-decl.c (c_decode_option): Remove support of
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index b50d267..01498f49a 100644
--- a/gcc/config/alpha/alpha.md
+++ b/gcc/config/alpha/alpha.md
@@ -1,6 +1,6 @@
;; Machine description for DEC Alpha for GNU C compiler
;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-;; 2000 Free Software Foundation, Inc.
+;; 2000, 2001 Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
;;
;; This file is part of GNU CC.
@@ -1820,7 +1820,7 @@
(match_operand 2 "const_int_operand" "I")))]
"(unsigned HOST_WIDE_INT) INTVAL (operands[2]) < 8"
"#"
- ""
+ "(unsigned HOST_WIDE_INT) INTVAL (operands[2]) < 8"
[(set (match_dup 0)
(and:DI (match_dup 1) (match_dup 3)))
(set (match_dup 0)