diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 21:20:37 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 21:20:37 +0000 |
commit | 079f4f8cd67b42448aeb0d9155aafb5c2b662745 (patch) | |
tree | 7bd945e2072160e36ef38015e623d9a36aaf3273 /gcc/graphite-poly.h | |
parent | bd43216490264bfef6d8406c7fa8013fbf17456f (diff) | |
download | gcc-079f4f8cd67b42448aeb0d9155aafb5c2b662745.tar.gz |
Add cloog_checksum.
2010-09-09 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (cloog_checksum): New.
* graphite-poly.h (cloog_checksum): Declared.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 98ce124fa9f..b9bf1eddd80 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -1398,6 +1398,7 @@ extern int scop_max_loop_depth (scop_p); extern int unify_scattering_dimensions (scop_p); extern bool apply_poly_transforms (scop_p); extern bool graphite_legal_transform (scop_p); +extern void cloog_checksum (scop_p); /* Set the region of SCOP to REGION. */ |