From: Torbjorn Granlund Date: Thu, 3 Sep 1992 05:49:58 +0000 (+0000) Subject: (casesi): Use match_dup for second mention of operand 4. X-Git-Tag: misc/cutover-egcs-0~11891 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=90989852ca13d0fef1250e3b0fb9369a671f29fd;p=gcc.git (casesi): Use match_dup for second mention of operand 4. From-SVN: r2040 --- diff --git a/gcc/config/we32k/we32k.md b/gcc/config/we32k/we32k.md index 8b10a2f7f7be..78e8d4ebe82f 100644 --- a/gcc/config/we32k/we32k.md +++ b/gcc/config/we32k/we32k.md @@ -1174,7 +1174,7 @@ (set (cc0) (compare (match_dup 5) (match_operand:SI 2 "general_operand" "mri"))) (set (pc) (if_then_else (gtu (cc0) (const_int 0)) - (label_ref (match_operand 4 "" "")) + (label_ref (match_dup 4)) (pc))) (set (match_dup 5) (ashift:SI (match_dup 5) (const_int 2)))