From: Richard Kenner Date: Sat, 19 Sep 1992 19:38:28 +0000 (-0400) Subject: ({load,store}_multiple): Use MATCH_PAR_DUP. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f622005460f29dea04d53badc03ab3cfee176e2;p=gcc.git ({load,store}_multiple): Use MATCH_PAR_DUP. From-SVN: r2166 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 3b16582db50..90947d1644f 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -2582,9 +2582,9 @@ [(set_attr "type" "*,load,load,*,*")]) (define_expand "load_multiple" - [(match_parallel 3 "" [(set (match_operand:SI 0 "" "") - (match_operand:SI 1 "" "")) - (use (match_operand:SI 2 "" ""))])] + [(match_par_dup 3 [(set (match_operand:SI 0 "" "") + (match_operand:SI 1 "" "")) + (use (match_operand:SI 2 "" ""))])] "" " { @@ -2647,10 +2647,10 @@ [(set_attr "type" "load")]) (define_expand "store_multiple" - [(match_parallel 3 "" [(set (match_operand:SI 0 "" "") - (match_operand:SI 1 "" "")) - (clobber (scratch:SI)) - (use (match_operand:SI 2 "" ""))])] + [(match_par_dup 3 [(set (match_operand:SI 0 "" "") + (match_operand:SI 1 "" "")) + (clobber (scratch:SI)) + (use (match_operand:SI 2 "" ""))])] "" " {