diff options
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index c1da5e4..2f5ac69 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -39,6 +39,7 @@ along with GCC; see the file COPYING3. If not see #include "domwalk.h" #include "params.h" #include "diagnostic-core.h" +#include "tree-into-ssa.h" /* This file builds the SSA form for a function as described in: @@ -253,27 +254,6 @@ enum rewrite_mode { REWRITE_UPDATE }; - - - -/* Prototypes for debugging functions. */ -extern void dump_tree_ssa (FILE *); -extern void debug_tree_ssa (void); -extern void debug_def_blocks (void); -extern void dump_tree_ssa_stats (FILE *); -extern void debug_tree_ssa_stats (void); -extern void dump_update_ssa (FILE *); -extern void debug_update_ssa (void); -extern void dump_names_replaced_by (FILE *, tree); -extern void debug_names_replaced_by (tree); -extern void dump_var_infos (FILE *); -extern void debug_var_infos (void); -extern void dump_defs_stack (FILE *, int); -extern void debug_defs_stack (int); -extern void dump_currdefs (FILE *); -extern void debug_currdefs (void); - - /* The set of symbols we ought to re-write into SSA form in update_ssa. */ static bitmap symbols_to_rename_set; static vec<tree> symbols_to_rename; |