X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftree-scalar-evolution.h;h=cfb3a39ae58c04c9f6af008a0d5d4828451bce51;hp=7aa5f54e2434b9eea02848962a00df81505c3628;hb=10fec8206407ff88fc7c07e09dcc8fea94eaa101;hpb=012935045e8956d605ab5060190d51bff6d60424 diff --git a/gcc/tree-scalar-evolution.h b/gcc/tree-scalar-evolution.h index 7aa5f54e243..cfb3a39ae58 100644 --- a/gcc/tree-scalar-evolution.h +++ b/gcc/tree-scalar-evolution.h @@ -33,5 +33,6 @@ extern tree instantiate_parameters (struct loop *, tree); extern void gather_stats_on_scev_database (void); extern void scev_analysis (void); extern bool simple_iv (struct loop *, tree, tree, tree *, tree *, bool); +void scev_const_prop (void); #endif /* GCC_TREE_SCALAR_EVOLUTION_H */