]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/loop-iv.c
loop-iv.c (iv_number_of_iterations): Make it static.
[thirdparty/gcc.git] / gcc / loop-iv.c
index 7105aaddcbc3c228e06cdf251fbb7153a42eb856..ed0defb70f7a13133c9aa3b8922757903da21f73 100644 (file)
@@ -2006,7 +2006,7 @@ canonicalize_iv_subregs (struct rtx_iv *iv0, struct rtx_iv *iv1,
    the result into DESC.  Very similar to determine_number_of_iterations
    (basically its rtl version), complicated by things like subregs.  */
 
-void
+static void
 iv_number_of_iterations (struct loop *loop, rtx insn, rtx condition,
                         struct niter_desc *desc)
 {