diff options
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. */ |