From: Richard Stallman Date: Mon, 28 Sep 1992 13:38:03 +0000 (+0000) Subject: (indirect_jump): Use address_operand as predicate. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=560df144a9f65ee814113fb2c7ce13c9c8f2ef7d;p=gcc.git (indirect_jump): Use address_operand as predicate. From-SVN: r2266 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 32807595427..47132135e5f 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -4752,7 +4752,7 @@ }") (define_insn "indirect_jump" - [(set (pc) (match_operand:SI 0 "register_operand" "p"))] + [(set (pc) (match_operand:SI 0 "address_operand" "p"))] "" "jmp %a0")