Commit c5791d70 by Jim Wilson

(jump): Add '%(' to pattern.

From-SVN: r1249
parent 837e5fe9
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment