This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: import changes from gcc-in-cxx branch
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Brad Hards <bradh at frogmouth dot net>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 May 2009 14:08:14 +0200
- Subject: Re: import changes from gcc-in-cxx branch
- References: <200905152143.37597.bradh@frogmouth.net>
> /* Description of IPA pass with generate summary, write, execute, read and
> transform stages. */
> -struct ipa_opt_pass
> +struct ipa_opt_pass_d
Hmm, why ipa_opt_pass needs renaming and other types of pass
(gimple/rtl) doesn't?
Honza