From de9fa69379fe75dc81f46e932da0be5bf7d5726d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 11 Oct 1992 05:26:16 +0000 Subject: [PATCH] (movdi): Use D code for operand 1. From-SVN: r2395 --- gcc/config/vax/vax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md index 2555780755e..c0bf70b6d7a 100644 --- a/gcc/config/vax/vax.md +++ b/gcc/config/vax/vax.md @@ -175,7 +175,7 @@ "" "@ clrq %0 - movq %1,%0") + movq %D1,%0") ;; The VAX move instructions have space-time tradeoffs. On a microVAX ;; register-register mov instructions take 3 bytes and 2 CPU cycles. clrl -- 2.30.2