Commit fe673db7 by Richard Stallman

(indirect_jump): Use %a0 for output, and p for constraint.

From-SVN: r2259
parent 0ba846c7
...@@ -4752,15 +4752,9 @@ ...@@ -4752,15 +4752,9 @@
}") }")
(define_insn "indirect_jump" (define_insn "indirect_jump"
[(set (pc) (match_operand:SI 0 "register_operand" "a"))] [(set (pc) (match_operand:SI 0 "register_operand" "p"))]
"" ""
"* "jmp %a0")
#ifdef MOTOROLA
return \"jmp (%0)\";
#else
return \"jmp %0@\";
#endif
")
;; This should not be used unless the add/sub insns can't be. ;; This should not be used unless the add/sub insns can't be.
......
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