diff options
Diffstat (limited to 'gcc/tree-ssa-operands.h')
-rw-r--r-- | gcc/tree-ssa-operands.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index 759b155a3e7..2d838005955 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -91,10 +91,10 @@ struct GTY(()) ssa_operands { extern bool ssa_operands_active (struct function *); extern void init_ssa_operands (struct function *fn); -extern void fini_ssa_operands (void); -extern bool verify_ssa_operands (gimple stmt); -extern void free_stmt_operands (gimple); -extern void update_stmt_operands (gimple); +extern void fini_ssa_operands (struct function *); +extern bool verify_ssa_operands (struct function *, gimple stmt); +extern void free_stmt_operands (struct function *, gimple); +extern void update_stmt_operands (struct function *, gimple); extern void swap_ssa_operands (gimple, tree *, tree *); extern bool verify_imm_links (FILE *f, tree var); |