From f017bf5e2d08214435620cd9644a2679782cba47 Mon Sep 17 00:00:00 2001 From: Zdenek Dvorak Date: Wed, 4 Mar 2009 18:50:20 +0100 Subject: tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments. * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments. (simple_iv): Take loop as an argument instead of statement. * tree-scalar-evolution.h (simple_iv): Declaration changed. * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls to simple_iv. * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev): Ditto. * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto. * matrix-reorg.c (analyze_transpose): Ditto. * tree-data-ref.c (dr_analyze_innermost): Ditto. * tree-vect-analyze.c (vect_analyze_data_refs): Ditto. * tree-predcom.c (ref_at_iteration): Ditto. * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto. From-SVN: r144615 --- gcc/tree-scalar-evolution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-scalar-evolution.h') diff --git a/gcc/tree-scalar-evolution.h b/gcc/tree-scalar-evolution.h index 072f25d..0632497 100644 --- a/gcc/tree-scalar-evolution.h +++ b/gcc/tree-scalar-evolution.h @@ -36,7 +36,7 @@ extern void scev_analysis (void); unsigned int scev_const_prop (void); bool expression_expensive_p (tree); -extern bool simple_iv (struct loop *, gimple, tree, affine_iv *, bool); +extern bool simple_iv (struct loop *, struct loop *, tree, affine_iv *, bool); /* Returns the basic block preceding LOOP or ENTRY_BLOCK_PTR when the loop is function's body. */ -- cgit v1.1