Commit 6552458a by Kazu Hirata Committed by Kazu Hirata

h8300.c (h8300_expand_prologue): Don't generate insns by hand.

	* config/h8300/h8300.c (h8300_expand_prologue): Don't generate
	insns by hand.

From-SVN: r77975
parent 017b3258
2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_expand_prologue): Don't generate
insns by hand.
2004-02-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* cfghooks.c (split_edge): Speed up updating of dominators.
......
......@@ -512,8 +512,7 @@ h8300_expand_prologue (void)
{
/* Push fp. */
push (HARD_FRAME_POINTER_REGNUM);
emit_insn (gen_rtx_SET (Pmode, hard_frame_pointer_rtx,
stack_pointer_rtx));
emit_move_insn (hard_frame_pointer_rtx, stack_pointer_rtx);
}
/* Push the rest of the registers in ascending order. */
......
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