]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/s390.c
use rtx_insn * more places where it is obvious
[thirdparty/gcc.git] / gcc / config / s390 / s390.c
index 3f98cd820d51e47c2a6651d86bcf6f0a751dcb62..aeafdd41f0bfc38957b4b3b5ef1a9d670b19e2cb 100644 (file)
@@ -5566,7 +5566,7 @@ s390_expand_cmpmem (rtx target, rtx op0, rtx op1, rtx len)
 /* Emit a conditional jump to LABEL for condition code mask MASK using
    comparsion operator COMPARISON.  Return the emitted jump insn.  */
 
-static rtx
+static rtx_insn *
 s390_emit_ccraw_jump (HOST_WIDE_INT mask, enum rtx_code comparison, rtx label)
 {
   rtx temp;