From c5791d701066e7b858f4fe56aa408edd35296218 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 23 Jun 1992 16:39:33 -0700 Subject: [PATCH] (jump): Add '%(' to pattern. From-SVN: r1249 --- gcc/config/sparc/sparc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.30.2