diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-07 14:20:58 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-07 14:20:58 +0000 |
commit | 026af9662fbf446fbee638724058506916298a22 (patch) | |
tree | 300825f8b7b7cc294a06cb371039c37d02636791 /gcc/tree-ssa-operands.h | |
parent | 812779b7ad2217d9984988fb44619b7f6beacccb (diff) | |
download | gcc-026af9662fbf446fbee638724058506916298a22.tar.gz |
* tree-ssa-operands.c (realloc_vop, realloc_vdef,
realloc_vuse): Remove.
* tree-ssa-operands.h: Remove the prototype for realloc_vdef
and realloc_vuse.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126442 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-operands.h')
-rw-r--r-- | gcc/tree-ssa-operands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index b3f2cf05c44..176104d0ef0 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -203,9 +203,6 @@ typedef struct stmt_operands_d *stmt_operands_p; #define PHI_ARG_INDEX_FROM_USE(USE) phi_arg_index_from_use (USE) -extern struct voptype_d *realloc_vdef (struct voptype_d *, unsigned int); -extern struct voptype_d *realloc_vuse (struct voptype_d *, unsigned int); - extern void init_ssa_operands (void); extern void fini_ssa_operands (void); extern void free_ssa_operands (stmt_operands_p); |