diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-25 05:00:08 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-25 05:00:08 +0000 |
commit | 4938b827210d017ca5105b7bd2202ef1b88f809a (patch) | |
tree | 6aa7bea622c1c47180461df05f081e8803a88cc5 /gcc/graphite-poly.h | |
parent | a7d089acd0deada2b8dab5caad02ff0562071b88 (diff) | |
download | gcc-4938b827210d017ca5105b7bd2202ef1b88f809a.tar.gz |
2009-10-13 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (dot_lst_1): New.
(dot_lst): New.
* graphite-poly.h (dot_lst): Declared.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154573 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 f059834b072..3c82e68cd9c 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -636,6 +636,7 @@ struct lst { void scop_to_lst (scop_p); void print_lst (FILE *, lst_p, int); void debug_lst (lst_p); +void dot_lst (lst_p); /* Creates a new LST loop with SEQ. */ |