From 28ee27fd5532e418605d1f9c5870850052a56be8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 29 May 1995 19:24:31 -0400 Subject: [PATCH] (addsi_lshrsi_31): Use match_dup, not constraint "1", for matching inputs. From-SVN: r9840 --- gcc/config/m68k/m68k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index d95229f5b7a..672278a35d4 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -2089,7 +2089,7 @@ [(set (match_operand:SI 0 "general_operand" "=dm") (plus:SI (lshiftrt:SI (match_operand:SI 1 "general_operand" "rm") (const_int 31)) - (match_operand:SI 2 "general_operand" "1")))] + (match_dup 1)))] "" "* { -- 2.30.2