diff options
Diffstat (limited to 'gcc/tree-into-ssa.h')
-rw-r--r-- | gcc/tree-into-ssa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-into-ssa.h b/gcc/tree-into-ssa.h index 24cd537..c053f78 100644 --- a/gcc/tree-into-ssa.h +++ b/gcc/tree-into-ssa.h @@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see extern tree get_current_def (tree); extern void set_current_def (tree, tree); void delete_update_ssa (void); -tree create_new_def_for (tree, gimple, def_operand_p); +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 (gphi *); |