config/score/score.c: Use rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 25 Aug 2014 19:17:13 +0000 (19:17 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 25 Aug 2014 19:17:13 +0000 (19:17 +0000)
gcc/
* config/score/score.c (score_output_mi_thunk): Strengthen local
"insn" from rtx to rtx_insn *.
(score_prologue): Likewise.

From-SVN: r214457

gcc/ChangeLog
gcc/config/score/score.c

index a9d7024..8296969 100644 (file)
@@ -1,5 +1,11 @@
 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
 
+       * config/score/score.c (score_output_mi_thunk): Strengthen local
+       "insn" from rtx to rtx_insn *.
+       (score_prologue): Likewise.
+
+2014-08-25  David Malcolm  <dmalcolm@redhat.com>
+
        * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
        1 from rtx to rtx_insn *.
        (s390_emit_jump): Likewise for return type.
index d65684c..9257f47 100644 (file)
@@ -453,7 +453,8 @@ score_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
                        HOST_WIDE_INT delta, HOST_WIDE_INT vcall_offset,
                        tree function)
 {
-  rtx this_rtx, temp1, insn, fnaddr;
+  rtx this_rtx, temp1, fnaddr;
+  rtx_insn *insn;
 
   /* Pretend to be a post-reload pass while generating rtl.  */
   reload_completed = 1;
@@ -1477,7 +1478,7 @@ score_prologue (void)
 
   if (size > 0)
     {
-      rtx insn;
+      rtx_insn *insn;
 
       if (size >= -32768 && size <= 32767)
         EMIT_PL (emit_insn (gen_add3_insn (stack_pointer_rtx,