OSDN Git Service

Mark the generated insn not the set as being DWARF2_FRAME_RELATED_P.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Dec 2000 20:51:26 +0000 (20:51 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Dec 2000 20:51:26 +0000 (20:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38160 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ac3ed9e..e8bc306 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 b002132..ee2d9b5 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)