[NDS32] Add missing RTX_FRAME_RELATED_P to set fp_adjust_insn rtx.
authorChung-Ju Wu <jasonwucj@gmail.com>
Fri, 21 Nov 2014 05:19:00 +0000 (05:19 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Fri, 21 Nov 2014 05:19:00 +0000 (05:19 +0000)
gcc/
* config/nds32/nds32.c (nds32_expand_prologue): Set fp_adjust_insn
as RTX_FRAME_RELATED_P rtx.

From-SVN: r217902

gcc/ChangeLog
gcc/config/nds32/nds32.c

index 3c1efa71fcdfa445ecf0cc3054428dd4cee7e06f..a66af1e074b4582f1b8eedfd7f2332358cdd1dc1 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-21  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * config/nds32/nds32.c (nds32_expand_prologue): Set fp_adjust_insn
+       as RTX_FRAME_RELATED_P rtx.
+
 2014-11-21  Chung-Ju Wu  <jasonwucj@gmail.com>
 
        * config/nds32/nds32.opt (march): Add help message.
index 6fb2069cc54fe3d15936983512f5cc072311f29c..156baf26022433615630c09533c8fe5ce7b44996 100644 (file)
@@ -2937,6 +2937,9 @@ nds32_expand_prologue (void)
                                   GEN_INT (fp_adjust));
       /* Emit rtx into instructions list and receive INSN rtx form.  */
       fp_adjust_insn = emit_insn (fp_adjust_insn);
+
+      /* The insn rtx 'fp_adjust_insn' will change frame layout.  */
+      RTX_FRAME_RELATED_P (fp_adjust_insn) = 1;
     }
 
   /* Adjust $sp = $sp - local_size - out_args_size