This is the mail archive of the gcc@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: Updating frequencies and dominators


Sebastian Pop <sebpop@gmail.com> writes:

> On Tue, Sep 14, 2010 at 10:52, Paulo J. Matos <pocmatos@gmail.com> wrote:
>> mark_irreducible_loops is actually failing with a segmentation fault:
>
> It looks like you don't work at a level where the loops are built.
> So don't call mark_irreducible_loops, just use what Richi suggested:
>
> free_dominance_info (CDI_DOMINATORS);
>

Simply calling that does work... woohoo! 

-- 
PMatos


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