]> git.ipfire.org Git - thirdparty/gcc.git/commit
Specify the type of scop->region
authorAditya Kumar <aditya.k7@samsung.com>
Mon, 24 Aug 2015 20:53:51 +0000 (20:53 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 24 Aug 2015 20:53:51 +0000 (20:53 +0000)
commit2a611178d5a983c09fe176db336b986cbaa4d8a3
treef8791bfa2a9ac668087bc7a4113f4eb5a27ee617
parent9ead801e4deaf9e460b1226ec5f07710e8cb6078
Specify the type of scop->region

Changing the type of scop::region from void* to sese, as this is
the only type assigned to scop::region for now. No functional changes intended.
Passes regtest and bootstrap.

gcc/ChangeLog:

2015-08-17  Aditya Kumar  <aditya.k7@samsung.com>

        * graphite-poly.c: Change type of region from void* to sese.
        * graphite-poly.h (struct scop): Changing the type of scop::region
from void* to sese. Change accessor macro accordingly.
        * graphite-sese-to-poly.c (extract_affine_chrec): Use accessor macro.

From-SVN: r227151
gcc/ChangeLog
gcc/graphite-poly.c
gcc/graphite-poly.h
gcc/graphite-sese-to-poly.c