aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-09 19:21:29 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-09 19:21:29 +0000
commite3715ebdd3e99c729f6ae7081633904b338d3386 (patch)
treeaab431a62d07bcf7a388163b0eda65661f1db3b5 /gcc/loop-iv.c
parent6fe79279b75e0e1bc82d7eb56a3d8fa15aac18e2 (diff)
downloadgcc-e3715ebdd3e99c729f6ae7081633904b338d3386.zip
gcc-e3715ebdd3e99c729f6ae7081633904b338d3386.tar.gz
gcc-e3715ebdd3e99c729f6ae7081633904b338d3386.tar.bz2
loop-iv.c (iv_number_of_iterations): Make it static.
* loop-iv.c (iv_number_of_iterations): Make it static. * cfgloop.h: Remove the corresponding prototype. From-SVN: r90358
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r--gcc/loop-iv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c
index 7105aad..ed0defb 100644
--- a/gcc/loop-iv.c
+++ b/gcc/loop-iv.c
@@ -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)
{