From: Richard Stallman Date: Sun, 27 Sep 1992 03:31:24 +0000 (+0000) Subject: (indirect_jump): Use %a0 for output, and p for constraint. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe673db796d872bbb538fa1e5d83542f3d195c22;p=gcc.git (indirect_jump): Use %a0 for output, and p for constraint. From-SVN: r2259 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 8e24995dec8..32807595427 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -4752,15 +4752,9 @@ }") (define_insn "indirect_jump" - [(set (pc) (match_operand:SI 0 "register_operand" "a"))] + [(set (pc) (match_operand:SI 0 "register_operand" "p"))] "" - "* -#ifdef MOTOROLA - return \"jmp (%0)\"; -#else - return \"jmp %0@\"; -#endif -") + "jmp %a0") ;; This should not be used unless the add/sub insns can't be.