From: Jeff Law Date: Tue, 11 Jun 2002 15:04:39 +0000 (-0600) Subject: * mips.c (embedded_pic_fnaddr_reg): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=882c7223c9305e737b9524726929d49d505c2e16;p=gcc.git * mips.c (embedded_pic_fnaddr_reg): Fix typo. From-SVN: r54509 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b841018728..6bbc47eadbc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-11 Jeffrey Law * config/s390/s390.md (movsi): Only use floating point diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index d9a366f7720..319e1213918 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -1970,7 +1970,7 @@ embedded_pic_fnaddr_reg () start_sequence (); emit_insn (gen_get_fnaddr (cfun->machine->embedded_pic_fnaddr_rtx, XEXP (DECL_RTL (current_function_decl), 0))); - seq = get_insn (); + seq = get_insns (); end_sequence (); push_topmost_sequence (); emit_insn_after (seq, get_insns ());