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] Random cleanups


On Wed, Sep 5, 2012 at 10:34 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Hello,
>
> Just some cleanups I did while working on something bigger.
>
> OK for trunk?

Ok.

Thanks,
Richard.

> Ciao!
> Steven
>
>         * graphite.c (print_global_statistics): Use EDGE_COUNT instead
>         of VEC_length.
>         (print_graphite_scop_statistics): Likewise.
>         * graphite-scop-detection.c (get_bb_type): Use single_succ_p.
>         (print_graphite_scop_statistics): Use EDGE_COUNT, not VEC_length.
>         (canonicalize_loop_closed_ssa): Use single_pred_p.
>
>         * alias.c (reg_seen): Make this an sbitmap.
>         (record_set, init_alias_analysis): Update.


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