From 549fd8ff37d73570f01d6d89ecb6bdc512dc8fdf Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 5 Jun 1995 08:18:34 -0400 Subject: [PATCH] (movsicc): Use MATCH_DUP for operand 4 and 5. From-SVN: r9875 --- gcc/config/pa/pa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" "")))] "" -- 2.30.2