This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Rename gs_*
On 7/17/07 5:49 PM, Christopher Matthews wrote:
> * gimplify.c (gs_build_eh_filter): Renamed to
> gs_build_eh_filter_tree to
> avoid name conflict.
> * gimple-pretty-print.c: Renamed to debug_gs_* to debug_gimple_*.
> Updated
> all users.
> * gimple.h: Renamed all functions with GS and gs prefixes to GIMPLE and
> gimple, and updated users.
> Renamed gs_seq_* functions to gimple_seq_*. Updated all users.
> * gimple.def: Definitions changed to from GS_* to GIMPLE_*.
OK.