diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 1efbbbd..837aaf9 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -719,6 +719,9 @@ void insert_edge_copies (tree stmt, basic_block bb); extern void build_ssa_operands (tree, stmt_ann_t, stmt_operands_p, stmt_operands_p); +/* In tree-loop-linear.c */ +extern void linear_transform_loops (struct loops *); + /* In gimplify.c */ tree force_gimple_operand (tree, tree *, bool, tree); |