From: Jim Wilson Date: Mon, 28 Sep 1992 21:14:21 +0000 (-0700) Subject: (indirect_jump): Use bx instead of b*, and accept any X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=369f5d8498b101706b64a09774155e98aacbf9fa;p=gcc.git (indirect_jump): Use bx instead of b*, and accept any address_operand instead of just a register operand. From-SVN: r2272 --- diff --git a/gcc/config/i960/i960.md b/gcc/config/i960/i960.md index 4ead2cd001e..1489b46aa65 100644 --- a/gcc/config/i960/i960.md +++ b/gcc/config/i960/i960.md @@ -2059,9 +2059,9 @@ [(set_attr "type" "branch")]) (define_insn "indirect_jump" - [(set (pc) (match_operand:SI 0 "register_operand" "r"))] + [(set (pc) (match_operand:SI 0 "address_operand" "p"))] "" - "b* %0" + "bx %a0" [(set_attr "type" "branch")]) (define_insn "tablejump"