diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index e4260ad..a61700b 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -1019,6 +1019,7 @@ void tree_transform_and_unroll_loop (struct loop *, unsigned, transform_callback, void *); bool contains_abnormal_ssa_name_p (tree); bool stmt_dominates_stmt_p (tree, tree); +void mark_virtual_ops_for_renaming (tree); /* In tree-ssa-threadedge.c */ extern bool potentially_threadable_block (basic_block); |