This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tuples] Renaming GS to GIMPLE
- From: Diego Novillo <dnovillo at google dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>, Christopher Matthews <chrismatthews at google dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 16 Jul 2007 15:13:38 -0400
- Subject: [tuples] Renaming GS to GIMPLE
I have often been confused with the 'GS' prefix we have throughout the
API. It's confusing as we seem to have two different things (GS and
GIMPLE).
I would like to propose that we rename all the 'gs' and 'GS' prefixes to
'GIMPLE'. That would mean renaming files, data structures and variables.
Any objections?