diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2001-11-11 01:48:55 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-11-11 01:48:55 +0000 |
commit | dbefdf4a8cda055e78f998b79ef59d2c1f92502a (patch) | |
tree | de1bb28c12d691b7ed5fa8c78b201ce51363c858 /gcc | |
parent | 2cca7283a38b4645bc5501578dacd1ff02df3942 (diff) | |
download | gcc-dbefdf4a8cda055e78f998b79ef59d2c1f92502a.zip gcc-dbefdf4a8cda055e78f998b79ef59d2c1f92502a.tar.gz gcc-dbefdf4a8cda055e78f998b79ef59d2c1f92502a.tar.bz2 |
Reapply last patch to convex.md which somehow got lost:
Tue Nov 6 09:21:34 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/convex/convex.md (movdf): Use it.
From-SVN: r46920
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/convex/convex.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/convex/convex.md b/gcc/config/convex/convex.md index 3ff36ed..ca4978f 100644 --- a/gcc/config/convex/convex.md +++ b/gcc/config/convex/convex.md @@ -260,7 +260,7 @@ (define_insn "" [(set (match_operand:DI 0 "register_operand" "=d") (match_operand:DI 1 "const_double_operand" "F"))] - "CONST_DOUBLE_MEM (operands[1]) == const0_rtx" + "mem_for_const_double (operands[1]) == 0" "ld.u %u1,%0\;ld.w %v1,%0" [(set_attr "type" "xalu")]) |