This is the mail archive of the gcc@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: [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.


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