From: Richard Kenner Date: Thu, 20 Aug 1992 11:22:26 +0000 (-0400) Subject: ({load,store}_multiple): Use MATCH_PAR_DUP instead of MATCH_PARALLEL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4aee14e5a13d2616b8ebde64f40a089e93eb615;p=gcc.git ({load,store}_multiple): Use MATCH_PAR_DUP instead of MATCH_PARALLEL. From-SVN: r1908 --- diff --git a/gcc/config/a29k/a29k.md b/gcc/config/a29k/a29k.md index a2560c5c854..08c5ed453f9 100644 --- a/gcc/config/a29k/a29k.md +++ b/gcc/config/a29k/a29k.md @@ -1017,8 +1017,8 @@ (define_expand "load_multiple" [(set (reg:SI 179) (match_operand:SI 2 "const_int_operand" "")) - (match_parallel 3 "" [(set (match_operand:SI 0 "" "") - (match_operand:SI 1 "" ""))])] + (match_par_dup 3 [(set (match_operand:SI 0 "" "") + (match_operand:SI 1 "" ""))])] "" " { @@ -1316,8 +1316,8 @@ (define_expand "store_multiple_no_bug" [(set (reg:SI 179) (match_operand:SI 2 "const_int_operand" "")) - (match_parallel 3 "" [(set (match_operand:SI 0 "" "") - (match_operand:SI 1 "" ""))])] + (match_par_dup 3 [(set (match_operand:SI 0 "" "") + (match_operand:SI 1 "" ""))])] "" " {