(indirect_jump): Use address_operand as predicate.
authorRichard Stallman <rms@gnu.org>
Mon, 28 Sep 1992 13:38:03 +0000 (13:38 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 28 Sep 1992 13:38:03 +0000 (13:38 +0000)
From-SVN: r2266

gcc/config/m68k/m68k.md

index 328075954278a38eb2e368c70d8c1776c2ecc89b..47132135e5f44f10c13431ce4b3e34fd033b1508 100644 (file)
 }")
 
 (define_insn "indirect_jump"
-  [(set (pc) (match_operand:SI 0 "register_operand" "p"))]
+  [(set (pc) (match_operand:SI 0 "address_operand" "p"))]
   ""
   "jmp %a0")
 \f