Commit 001643af by Kaz Kojima Committed by Alexandre Oliva

* sh.md (builtin_setjmp_receiver): New expander.

From-SVN: r41283
parent 38886f37
2001-04-12 kaz Kojima <kkojima@rr.iij4u.or.jp>
* sh.md (builtin_setjmp_receiver): New expander.
2001-04-12 David Edelsohn <dje@watson.ibm.com>
* config/rs6000/rs6000.c (rs6000_emit_move): Do not
......
......@@ -3753,6 +3753,15 @@
}
")
(define_expand "builtin_setjmp_receiver"
[(match_operand 0 "" "")]
"flag_pic"
"
{
emit_insn (gen_GOTaddr2picreg ());
DONE;
}")
(define_expand "call_site"
[(unspec [(match_dup 0)] UNSPEC_CALLER)]
""
......
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