From: law Date: Tue, 11 Jun 2002 15:04:39 +0000 (+0000) Subject: * mips.c (embedded_pic_fnaddr_reg): Fix typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6090fb1724f0f332a61f5ec0c096939ac72014e3;p=thirdparty%2Fgcc.git * mips.c (embedded_pic_fnaddr_reg): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54509 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b8410187285..6bbc47eadbc9 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 d9a366f7720e..319e1213918c 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 ());