(indirect_jump): Use address_operand as predicate.

From-SVN: r2266
This commit is contained in:
Richard Stallman 1992-09-28 13:38:03 +00:00
parent a0044fb10e
commit 560df144a9

View File

@ -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")