]> gcc.gnu.org Git - gcc.git/commit
Use const-ref instead of values for sese_l passed to functions.
authorAditya Kumar <aditya.k7@samsung.com>
Thu, 24 Dec 2015 16:41:57 +0000 (16:41 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 24 Dec 2015 16:41:57 +0000 (16:41 +0000)
commit1cb287721a2d556baf84dd9850870ef317edc1a9
tree81518d888ddc03ee3062d88b582ab57231044c67
parent402cab17fd7775cf392b1464df86ca3cc445accf
Use const-ref instead of values for sese_l passed to functions.

gcc/ChangeLog:

2015-12-24  hiraditya  <hiraditya@msn.com>

        * graphite-sese-to-poly.c (build_loop_iteration_domains): Use ref instead of value.
        * sese.c (invariant_in_sese_p_rec): Use const ref instead of value.
        (scalar_evolution_in_region): Same
        * sese.h (bb_in_region): Same
        (bb_in_sese_p): Same.
        (stmt_in_sese_p): Same.
        (defined_in_sese_p): Same.
        (loop_in_sese_p): Same.

From-SVN: r231947
gcc/ChangeLog
gcc/graphite-sese-to-poly.c
gcc/sese.c
gcc/sese.h
This page took 0.052569 seconds and 5 git commands to generate.