This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What to remove after tree-ssa is merged?
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Feb 04 16:11:45 EST
- Subject: Re: What to remove after tree-ssa is merged?
For the record, I believe PLACEHOLDER_EXPR and WITH_RECORD_EXPR should
be nodes in GENERIC, since Ada is not the only language that has variant
records of this sort.
I'm not convinced that WITH_RECORD_EXPR needs to be there. If you're going
to simplify the result by doing the substition, why have the node in the
first place: why not just do the substitution instead of making node?