diff options
Diffstat (limited to 'gcc/tree-loop-linear.c')
-rw-r--r-- | gcc/tree-loop-linear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-loop-linear.c b/gcc/tree-loop-linear.c index 66d25ec1beb..7e5f298be16 100644 --- a/gcc/tree-loop-linear.c +++ b/gcc/tree-loop-linear.c @@ -272,7 +272,7 @@ try_interchange_loops (lambda_trans_matrix trans, /* Return the number of nested loops in LOOP_NEST, or 0 if the loops are not perfectly nested. */ -static unsigned int +unsigned int perfect_loop_nest_depth (struct loop *loop_nest) { struct loop *temp; |