summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-25 23:31:50 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-25 23:31:50 +0000
commit97a1590b5b8838f807139194655237e15ba1ebc2 (patch)
treed58047b2f46568a534cc768e8a047a2ce53a3efd /gcc/print-tree.c
parent95f7ca39101d2ad3fbf060687117f8a57e8f2e19 (diff)
downloadgcc-97a1590b5b8838f807139194655237e15ba1ebc2.tar.gz
* calls.c (expand_call): Use get_callee_fndecl.
* print-tree.c (print_node): Print the chain of an _EXPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r--gcc/print-tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c
index 7ccf67e7d89..e86a51cf974 100644
--- a/gcc/print-tree.c
+++ b/gcc/print-tree.c
@@ -613,6 +613,7 @@ print_node (file, prefix, node, indent)
EXPR_WFL_FILENAME (node) : "(no file info)"),
EXPR_WFL_LINENO (node), EXPR_WFL_COLNO (node));
}
+ print_node (file, "chain", BLOCK_CHAIN (node), indent + 4);
break;
case 'c':