aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-09-25 18:16:08 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-09-25 18:16:08 +0000
commit57151693bcd51686403400d7e924c00389883ce4 (patch)
treef69d2323d085801f926d2c0b8431b659e1c8f64b /gcc/cp/dump.c
parentefee38a99ac1639e29a1f08235756becdbeca01c (diff)
downloadgcc-57151693bcd51686403400d7e924c00389883ce4.zip
gcc-57151693bcd51686403400d7e924c00389883ce4.tar.gz
gcc-57151693bcd51686403400d7e924c00389883ce4.tar.bz2
dump.c (dequeue_and_dump): Handle RESULT_DECL.
* dump.c (dequeue_and_dump): Handle RESULT_DECL. * ir.texi: Document RESULT_DECL and DECL_RESULT. From-SVN: r29664
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r--gcc/cp/dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c
index 9ddc54f..64d1d21 100644
--- a/gcc/cp/dump.c
+++ b/gcc/cp/dump.c
@@ -584,6 +584,7 @@ dequeue_and_dump (di)
case VAR_DECL:
case PARM_DECL:
case FIELD_DECL:
+ case RESULT_DECL:
if (dump_children_p)
{
if (TREE_CODE (t) == PARM_DECL)