diff options
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r-- | gcc/graphite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite.h b/gcc/graphite.h index 76f26c8728a..a1801966ed1 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -381,6 +381,7 @@ extern void debug_rename_map (htab_t); extern void debug_ivtype_map (htab_t); extern void debug_loop_vec (graphite_bb_p); extern void debug_oldivs (scop_p); +extern void debug_value (Value); /* Describes the type of an iv stack entry. */ typedef enum { |