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: Unused DSE Functions


On 11/12/12, Lawrence Crowl <crowl@googlers.com> wrote:
> It appears that
>
>   static bitmap clear_alias_sets = NULL;
>
> is never set, and as a consequence
>
>   clear_alias_set_lookup (alias_set_type alias_set)
>
> is never called.  This conclusion is reinforced because it
> unconditionally uses htab_t clear_alias_mode_table, which is never
> allocated.

This is in dse.c.

-- 
Lawrence Crowl


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