OSDN Git Service

(casesi): Use match_dup for second mention of operand 4.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 1992 05:49:58 +0000 (05:49 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 1992 05:49:58 +0000 (05:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2040 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/we32k/we32k.md

index 8b10a2f..78e8d4e 100644 (file)
    (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)))