From: Richard Kenner Date: Mon, 5 Jun 1995 12:18:34 +0000 (-0400) Subject: (movsicc): Use MATCH_DUP for operand 4 and 5. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=549fd8ff37d73570f01d6d89ecb6bdc512dc8fdf;p=gcc.git (movsicc): Use MATCH_DUP for operand 4 and 5. From-SVN: r9875 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 36bb7bbf1dc..b0733678508 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -766,8 +766,8 @@ [(set (match_operand:SI 0 "register_operand" "") (if_then_else:SI (match_operator 1 "comparison_operator" - [(match_operand:SI 4 "register_operand" "") - (match_operand:SI 5 "arith11_operand" "")]) + [(match_dup 4) + (match_dup 5)]) (match_operand:SI 2 "reg_or_cint_move_operand" "") (match_operand:SI 3 "reg_or_cint_move_operand" "")))] ""