diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-07 14:20:58 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-07 14:20:58 +0000 |
commit | f576d4f94244642668b7c7039d62bc20103ba02b (patch) | |
tree | 300825f8b7b7cc294a06cb371039c37d02636791 /gcc/tree-ssa-operands.h | |
parent | 0a6b055f652b44bd3ad2e86fd8641564b4910d9a (diff) | |
download | gcc-f576d4f94244642668b7c7039d62bc20103ba02b.tar.gz |
tree-ssa-operands.c (realloc_vop, [...]): Remove.
* tree-ssa-operands.c (realloc_vop, realloc_vdef,
realloc_vuse): Remove.
* tree-ssa-operands.h: Remove the prototype for realloc_vdef
and realloc_vuse.
From-SVN: r126442
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); |