Re: [PATCH 3/3] Convert symtab, cgraph and varpool nodes into a real class hierarchy

2013-09-20 Thread Jan Hubicka
> This patch is the handwritten part of the conversion of these types > to C++; it requires the followup patch, which is autogenerated. > > It converts: > struct symtab_node_base > to: > class symtab_node_base > > and converts: > struct cgraph_node > to: > struct cgraph_node : public symt

[PATCH 3/3] Convert symtab, cgraph and varpool nodes into a real class hierarchy

2013-09-20 Thread David Malcolm
This patch is the handwritten part of the conversion of these types to C++; it requires the followup patch, which is autogenerated. It converts: struct symtab_node_base to: class symtab_node_base and converts: struct cgraph_node to: struct cgraph_node : public symtab_node_base and: stru