Commit 0d3b5987 by Jim Wilson

(get_fnaddr): Add = to output contraint.

From-SVN: r9787
parent 77b597df
......@@ -6068,7 +6068,7 @@ move\\t%0,%z4\\n\\
;; current function. This specialized instruction does just that.
(define_insn "get_fnaddr"
[(set (match_operand 0 "register_operand" "d")
[(set (match_operand 0 "register_operand" "=d")
(unspec [(match_operand 1 "" "")] 1))
(clobber (reg:SI 31))]
"TARGET_EMBEDDED_PIC
......
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