summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r--gcc/print-tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c
index 3d43d18b8a2..7f37e822809 100644
--- a/gcc/print-tree.c
+++ b/gcc/print-tree.c
@@ -672,6 +672,8 @@ print_node (file, prefix, node, indent)
break;
default:
+ if (TREE_CODE_CLASS (TREE_CODE (node)) == 'x')
+ lang_print_xnode (file, node, indent);
break;
}