From c7a8bc2413c56138f0f2ceaed55e0a6b61299f28 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 25 Oct 1992 04:40:10 +0000 Subject: [PATCH] use + not = as output constraint in movstrict From-SVN: r2599 --- gcc/config/convex/convex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/convex/convex.md b/gcc/config/convex/convex.md index 81858b41583..8f35309e4ea 100644 --- a/gcc/config/convex/convex.md +++ b/gcc/config/convex/convex.md @@ -294,7 +294,7 @@ }") (define_insn "movstrictsi" - [(set (strict_low_part (match_operand:SI 0 "general_operand" "=g,r")) + [(set (strict_low_part (match_operand:SI 0 "general_operand" "+g,r")) (match_operand:SI 1 "general_operand" "r,g"))] "" "* -- 2.30.2