aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1994-04-21 23:30:18 +0000
committerMike Stump <mrs@gcc.gnu.org>1994-04-21 23:30:18 +0000
commit7177d104dda07e20323efae4d4560237987d77aa (patch)
tree961e3713445be8eae59a2380b2d8ba42844fac0c /gcc/cp/tree.c
parent0207efa210a8cf5c2777b9ebaf3cd0d34295afc5 (diff)
downloadgcc-7177d104dda07e20323efae4d4560237987d77aa.zip
gcc-7177d104dda07e20323efae4d4560237987d77aa.tar.gz
gcc-7177d104dda07e20323efae4d4560237987d77aa.tar.bz2
33rd Cygnus<->FSF merge
From-SVN: r7134
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index a63ccac..092fc93 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -585,6 +585,9 @@ layout_vbasetypes (rec, max)
Offsets for immediate nonvirtual baseclasses are also computed here.
+ TYPE_BINFO (REC) should be NULL_TREE on entry, and this routine
+ creates a list of base_binfos in TYPE_BINFO (REC) from BINFOS.
+
Returns list of virtual base classes in a FIELD_DECL chain. */
tree
layout_basetypes (rec, binfos)