This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Various reworkings of PLACEHOLDER stuff


On Wed, 28 May 03 07:09:16 EDT, kenner@vlsi1.ultra.nyu.edu (Richard Kenner) wrote:

>     And PLACEHOLDER_EXPR is not part of GIMPLE...
>
> Since it's a defined tree node, it most certainly should be (I assume
> WITH_RECORD_EXPR isn't either), but not much has to be done with it
> since it's used only when converting trees to RTL.

Not all defined tree nodes are valid GIMPLE.  I don't entirely understand
what PLACEHOLDER_EXPR/WITH_RECORD_EXPR do, but I would expect that the
lowering pass would be able to remove them.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]