From: Richard Kenner Date: Mon, 29 May 1995 23:24:31 +0000 (-0400) Subject: (addsi_lshrsi_31): Use match_dup, not constraint "1", for matching X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28ee27fd5532e418605d1f9c5870850052a56be8;p=gcc.git (addsi_lshrsi_31): Use match_dup, not constraint "1", for matching inputs. From-SVN: r9840 --- 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)))] "" "* {