Commit 560df144 by Richard Stallman

(indirect_jump): Use address_operand as predicate.

From-SVN: r2266
parent a0044fb1
...@@ -4752,7 +4752,7 @@ ...@@ -4752,7 +4752,7 @@
}") }")
(define_insn "indirect_jump" (define_insn "indirect_jump"
[(set (pc) (match_operand:SI 0 "register_operand" "p"))] [(set (pc) (match_operand:SI 0 "address_operand" "p"))]
"" ""
"jmp %a0") "jmp %a0")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment