diff options
Diffstat (limited to 'gcc/tree-ssa-live.c')
-rw-r--r-- | gcc/tree-ssa-live.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index c3e0071..a311295 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -632,7 +632,7 @@ dump_scope_block (FILE *file, int indent, tree scope, int flags) /* Dump the tree of lexical scopes starting at SCOPE to stderr. FLAGS is as in print_generic_expr. */ -void +DEBUG_FUNCTION void debug_scope_block (tree scope, int flags) { dump_scope_block (stderr, 0, scope, flags); @@ -652,7 +652,7 @@ dump_scope_blocks (FILE *file, int flags) /* Dump the tree of lexical scopes of current_function_decl to stderr. FLAGS is as in print_generic_expr. */ -void +DEBUG_FUNCTION void debug_scope_blocks (int flags) { dump_scope_blocks (stderr, flags); |