This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] IL cleanups
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dnovillo at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 4 May 06 08:19:42 EDT
- Subject: Re: [RFC] IL cleanups
* Introduce the notion of GIMPLE statements and GIMPLE
expressions. Each has attributes that the other does not need. A
statement will have location information and no type, while an
expression will have type and no location information.
Expressions need locations too for proper debugging information.