Commit 882c7223 by Jeff Law Committed by Jeff Law

* mips.c (embedded_pic_fnaddr_reg): Fix typo.

From-SVN: r54509
parent ac57655a
2002-06-11 Jeffrey Law <law@redhat.com
* mips.c (embedded_pic_fnaddr_reg): Fix typo.
2002-06-11 Ulrich Weigand <uweigand@de.ibm.com> 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md (movsi): Only use floating point * config/s390/s390.md (movsi): Only use floating point
......
...@@ -1970,7 +1970,7 @@ embedded_pic_fnaddr_reg () ...@@ -1970,7 +1970,7 @@ embedded_pic_fnaddr_reg ()
start_sequence (); start_sequence ();
emit_insn (gen_get_fnaddr (cfun->machine->embedded_pic_fnaddr_rtx, emit_insn (gen_get_fnaddr (cfun->machine->embedded_pic_fnaddr_rtx,
XEXP (DECL_RTL (current_function_decl), 0))); XEXP (DECL_RTL (current_function_decl), 0)));
seq = get_insn (); seq = get_insns ();
end_sequence (); end_sequence ();
push_topmost_sequence (); push_topmost_sequence ();
emit_insn_after (seq, get_insns ()); emit_insn_after (seq, get_insns ());
......
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