Commit 8e56560e by Nick Clifton Committed by Nick Clifton

Mark the generated insn not the set as being DWARF2_FRAME_RELATED_P.

From-SVN: r38160
parent b1c10902
2000-12-09 Nick Clifton <nickc@redhat.com>
* config/arm/arm.c (arm_expand_prologue): Mark the generated
insn not the set as being DWARF2_FRAME_RELATED_P.
2000-12-09 Laurynas Biveinis <lauras@softhome.net>
* Makefile.in: use $(build_exeext) for all build
......
......@@ -7743,8 +7743,8 @@ arm_expand_prologue ()
else
insn = gen_movsi (ip_rtx, stack_pointer_rtx);
RTX_FRAME_RELATED_P (insn) = 1;
insn = emit_insn (insn);
RTX_FRAME_RELATED_P (insn) = 1;
}
if (current_function_pretend_args_size)
......
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