OSDN Git Service

For all dbra pattern, change constraint from 'g' to 'd*g'.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 1995 17:11:53 +0000 (17:11 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 1995 17:11:53 +0000 (17:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10263 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/m68k.md

index f914112..241aba5 100644 (file)
 (define_insn ""
   [(set (pc)
        (if_then_else
-        (ne (match_operand:HI 0 "general_operand" "+g")
+        (ne (match_operand:HI 0 "general_operand" "+d*g")
             (const_int 0))
         (label_ref (match_operand 1 "" ""))
         (pc)))
 (define_insn ""
   [(set (pc)
        (if_then_else
-        (ne (match_operand:SI 0 "general_operand" "+g")
+        (ne (match_operand:SI 0 "general_operand" "+d*g")
             (const_int 0))
         (label_ref (match_operand 1 "" ""))
         (pc)))