spu.c (spu_expand_prologue): Delete redundant code.

* config/spu/spu.c (spu_expand_prologue): Delete redundant code.

From-SVN: r145327
This commit is contained in:
Alan Modra 2009-03-31 12:11:03 +10:30
parent f2e2ecda15
commit b597d1b66a
2 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,13 @@
2009-03-31 Alan Modra <amodra@bigpond.net.au>
* config/spu/spu.c (spu_expand_prologue): Delete redundant code.
2009-03-30 Jan Hubicka <jh@suse.cz>
* tree-eh.c (make_eh_edges): Set probability 100% to first edge out of RESX.
(tree_remove_unreachable_handlers): Cleanup EH predecestor detection and label
handling.
* tree-eh.c (make_eh_edges): Set probability 100% to first edge
out of RESX.
(tree_remove_unreachable_handlers): Cleanup EH predecestor
detection and label handling.
2009-03-30 Vladimir Makarov <vmakarov@redhat.com>

View File

@ -1878,12 +1878,6 @@ spu_expand_prologue (void)
insn =
frame_emit_add_imm (sp_reg, sp_reg, -total_size, scratch_reg_0);
}
else if (satisfies_constraint_K (GEN_INT (-total_size)))
{
insn = emit_move_insn (scratch_reg_0, sp_reg);
insn =
emit_insn (gen_addsi3 (sp_reg, sp_reg, GEN_INT (-total_size)));
}
else
{
insn = emit_move_insn (scratch_reg_0, sp_reg);