aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
diff options
context:
space:
mode:
authorJason Merrill <jason@casey.cygnus.com>2000-04-25 23:31:50 +0000
committerJason Merrill <jason@gcc.gnu.org>2000-04-25 19:31:50 -0400
commit39b0dce71c324c057e2fdc49fbc3b83159eccca1 (patch)
treed58047b2f46568a534cc768e8a047a2ce53a3efd /gcc/print-tree.c
parent89a75b6d831bfdf05bbf383cb6929a8bb2d2cb0a (diff)
downloadgcc-39b0dce71c324c057e2fdc49fbc3b83159eccca1.zip
gcc-39b0dce71c324c057e2fdc49fbc3b83159eccca1.tar.gz
gcc-39b0dce71c324c057e2fdc49fbc3b83159eccca1.tar.bz2
calls.c (expand_call): Use get_callee_fndecl.
* calls.c (expand_call): Use get_callee_fndecl. * print-tree.c (print_node): Print the chain of an _EXPR. From-SVN: r33426
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 7ccf67e..e86a51c 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':