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: [PATCH] Reset insn priority after inc/ref replacement in haifa sched


> A C++ style nit/question: instead of adding a new overload 
> 
>   priority (rtx_insn *, bool)
> 
> you can add a parameter with a default value in the existing
> static function
> 
>   priority (rtx_insn *insn, bool force_recompute = false)

Sometimes I'm still stuck in C land with GCC :), thanks will change this
if the rest of the patch is ok.

Regards
 Robin


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