(indirect_jump): Use address_operand as predicate.
From-SVN: r2266
This commit is contained in:
parent
a0044fb10e
commit
560df144a9
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user