Re: Update doc/gimple.texi to reflect change from union to class hierarchy

2014-04-28 Thread David Malcolm
On Sat, 2014-04-26 at 22:22 +0200, Gerald Pfeifer wrote: > On Fri, 25 Apr 2014, David Malcolm wrote: > > Successfully generates HTML, info and pdf via appropriate make > > invocations; example of resulting HTML can be seen at the bottom of: > > > > http://dmalcolm.fedorapeople.org/gcc/2014-04-25/T

Re: Update doc/gimple.texi to reflect change from union to class hierarchy

2014-04-26 Thread Gerald Pfeifer
On Fri, 25 Apr 2014, David Malcolm wrote: > Successfully generates HTML, info and pdf via appropriate make > invocations; example of resulting HTML can be seen at the bottom of: > > http://dmalcolm.fedorapeople.org/gcc/2014-04-25/Tuple-representation.html > > The diagram is split over pages 178-1

Update doc/gimple.texi to reflect change from union to class hierarchy

2014-04-25 Thread David Malcolm
Commits r205034 (de6bd75e3c9bc1efe8a6387d48eedaa4dafe622d) and r205428 (a90353203da18288cdac1b0b78fe7b22c69fe63f) eliminated the union gimple_statement_d in favor of a C++ class hierarchy. I forgot to update gimple.texi in those commits (sorry), which the following patch belatedly addresses. It r