diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index e39658a..032ecaa 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -694,7 +694,7 @@ unsigned int tree_unroll_loops_completely (bool, bool); unsigned int tree_ssa_prefetch_arrays (void); void tree_ssa_iv_optimize (void); unsigned tree_predictive_commoning (void); -tree canonicalize_loop_ivs (struct loop *, tree *); +tree canonicalize_loop_ivs (struct loop *, tree *, bool); bool parallelize_loops (void); bool loop_only_exit_p (const struct loop *, const_edge); |