This is the mail archive of the gcc-patches@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: Optimize df_worklist_dataflow


On Sat, Jun 12, 2010 at 3:40 PM, Jan Hubicka <hubicka@ucw.cz> wrote:
> Index: df.h
> ===================================================================
> --- df.h ? ? ? ?(revision 160661)
> +++ df.h ? ? ? ?(working copy)
> @@ -223,7 +223,7 @@ typedef void (*df_dataflow_function) (st
> ?typedef void (*df_confluence_function_0) (basic_block);
>
> ?/* Confluence operator for blocks with 1 or more out (or in) edges. ?*/
> -typedef void (*df_confluence_function_n) (edge);
> +typedef bool (*df_confluence_function_n) (edge);

Can you document what the return value should be, please?

Ciao!
Steven


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