diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-05 08:18:34 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-05 08:18:34 -0400 |
commit | 549fd8ff37d73570f01d6d89ecb6bdc512dc8fdf (patch) | |
tree | 3360a89364d90ca656dd4ac1c62a49d847cc3ded /gcc | |
parent | 3438dff9b0e6f48f2a8c2e3406a52a903d03b2d0 (diff) | |
download | gcc-549fd8ff37d73570f01d6d89ecb6bdc512dc8fdf.zip gcc-549fd8ff37d73570f01d6d89ecb6bdc512dc8fdf.tar.gz gcc-549fd8ff37d73570f01d6d89ecb6bdc512dc8fdf.tar.bz2 |
(movsicc): Use MATCH_DUP for operand 4 and 5.
From-SVN: r9875
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 36bb7bb..b073367 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" "")))] "" |