i386.md (prologue_get_pc): Issue pop here ...

* config/i386/i386.md (prologue_get_pc): Issue pop here ...
        * config/i386/i386.c (load_pic_register): ... not here.

From-SVN: r55227
This commit is contained in:
Richard Henderson 2002-07-03 15:52:13 -07:00 committed by Richard Henderson
parent 4386824636
commit 9d76f6f358
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-07-03 Richard Henderson <rth@redhat.com>
* config/i386/i386.md (prologue_get_pc): Issue pop here ...
* config/i386/i386.c (load_pic_register): ... not here.
2002-07-03 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode

View File

@ -3918,9 +3918,6 @@ load_pic_register ()
emit_insn (gen_prologue_get_pc (pic_offset_table_rtx, pclab));
if (! TARGET_DEEP_BRANCH_PREDICTION)
emit_insn (gen_popsi1 (pic_offset_table_rtx));
emit_insn (gen_prologue_set_got (pic_offset_table_rtx, gotsym, pclab));
}

View File

@ -13815,6 +13815,7 @@
{
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L",
CODE_LABEL_NUMBER (operands[1]));
return "pop{l}\t%0";
}
RET;
}