diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 542f5f8..51a03ba 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -1126,7 +1126,8 @@ extern void register_jump_thread (edge, edge); /* In gimplify.c */ tree force_gimple_operand (tree, tree *, bool, tree); -tree force_gimple_operand_bsi (block_stmt_iterator *, tree, bool, tree); +tree force_gimple_operand_bsi (block_stmt_iterator *, tree, bool, tree, + bool, enum bsi_iterator_update); /* In tree-ssa-structalias.c */ bool find_what_p_points_to (tree); |