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] Pass down branch probability through dojump.c functions (PR middle-end/42233)


On Fri, Feb 19, 2010 at 8:15 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Fri, Feb 19, 2010 at 07:16:13AM -0800, H.J. Lu wrote:
>> This caused:
>>
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43121
>
> Here is an untested fix:
>
> 2010-02-19 ?Jakub Jelinek ?<jakub@redhat.com>
>
> ? ? ? ?PR bootstrap/43121
> ? ? ? ?* except.c (sjlj_emit_function_enter): Don't call
> ? ? ? ?add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
> ? ? ? ?directly.
> ? ? ? ?* rtl.h (add_reg_br_prob_note): Remove prototype.
>

It passed the failure point.

Thanks.

H.J.


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