(addsi_lshrsi_31): Use match_dup, not constraint "1", for matching
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 29 May 1995 23:24:31 +0000 (19:24 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 29 May 1995 23:24:31 +0000 (19:24 -0400)
inputs.

From-SVN: r9840

gcc/config/m68k/m68k.md

index d95229f5b7a24b9953c8254caabf33e3d474f694..672278a35d4dc5b1952c9bee49bdf8f4c659a05b 100644 (file)
   [(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)))]
   ""
   "*
 {