From: Jim Wilson Date: Tue, 23 Jun 1992 23:39:33 +0000 (-0700) Subject: (jump): Add '%(' to pattern. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5791d701066e7b858f4fe56aa408edd35296218;p=gcc.git (jump): Add '%(' to pattern. From-SVN: r1249 --- diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 3643efec181..50daff4d8f1 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2509,13 +2509,13 @@ "srl %1,%2,%0") ;; Unconditional and other jump instructions -;; Note that for the Sparc, by setting the annul bit on an unconditional -;; branch, the following insn is never executed. This saves us a nop, -;; but requires a debugger which can handle annulled branches. +;; On the Sparc, by setting the annul bit on an unconditional branch, the +;; following insn is never executed. This saves us a nop. Dbx does not +;; handle such branches though, so we only use them when optimizing. (define_insn "jump" [(set (pc) (label_ref (match_operand 0 "" "")))] "" - "b%* %l0" + "b%* %l0%(" [(set_attr "type" "branch")]) (define_expand "tablejump"