summaryrefslogtreecommitdiff
path: root/gcc/python/py-stmt-pass-mangr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/python/py-stmt-pass-mangr.c')
-rw-r--r--gcc/python/py-stmt-pass-mangr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/python/py-stmt-pass-mangr.c b/gcc/python/py-stmt-pass-mangr.c
index aa739a50c9b..546de26ef8e 100644
--- a/gcc/python/py-stmt-pass-mangr.c
+++ b/gcc/python/py-stmt-pass-mangr.c
@@ -265,7 +265,7 @@ void gpy_stmt_write_globals (void)
FILE *tu_stream = dump_begin (TDI_tu, NULL);
for (idx=0; VEC_iterate (tree,globals,idx,itx); ++idx)
{
- // debug_tree (itx);
+ debug_tree (itx);
if (tu_stream)
dump_node (itx, 0, tu_stream);