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 a9d70245e4baa5f0a0a92f7b3f85df04e9169f2c..8296969f393a0f533cd561805a46696b782c8d1a 100644 (file)
@@ -1,3 +1,9 @@
+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
index d65684c45e49a64f0dbeb88c3d33da2f286dca2b..9257f476618af7a39509fbda889882ddd7f87d90 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,