summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-into-ssa.h')
-rw-r--r--gcc/tree-into-ssa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-into-ssa.h b/gcc/tree-into-ssa.h
index 0c44f046697..c87fb63c351 100644
--- a/gcc/tree-into-ssa.h
+++ b/gcc/tree-into-ssa.h
@@ -25,6 +25,8 @@ extern void set_current_def (tree, tree);
void delete_update_ssa (void);
tree create_new_def_for (tree, gimple, def_operand_p);
void mark_virtual_operands_for_renaming (struct function *);
+void mark_virtual_operand_for_renaming (tree);
+void mark_virtual_phi_result_for_renaming (gimple);
bool need_ssa_update_p (struct function *);
bool name_registered_for_update_p (tree);
void release_ssa_name_after_update_ssa (tree);