Mark the generated insn not the set as being DWARF2_FRAME_RELATED_P.
authorNick Clifton <nickc@redhat.com>
Sat, 9 Dec 2000 20:51:26 +0000 (20:51 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Sat, 9 Dec 2000 20:51:26 +0000 (20:51 +0000)
From-SVN: r38160

gcc/ChangeLog
gcc/config/arm/arm.c

index ac3ed9e7765dc1140b70b4981ce196d095db8579..e8bc30670f94f20cd39747962f87e99df7584320 100644 (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
index b0021328a720ac100e6a32ee537f12a23dfcdf97..ee2d9b5499a7514bb0d8d7d26c929bc6bf331907 100644 (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)