Mark the generated insn not the set as being DWARF2_FRAME_RELATED_P.

From-SVN: r38160
This commit is contained in:
Nick Clifton 2000-12-09 20:51:26 +00:00 committed by Nick Clifton
parent b1c1090273
commit 8e56560e46
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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)