diff options
Diffstat (limited to 'gcc/graphds.h')
-rw-r--r-- | gcc/graphds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphds.h b/gcc/graphds.h index 49fe6cd..83cf90c 100644 --- a/gcc/graphds.h +++ b/gcc/graphds.h @@ -47,6 +47,7 @@ struct graph int n_vertices; /* Number of vertices. */ struct vertex *vertices; /* The vertices. */ + htab_t indices; /* Fast lookup for indices. */ }; struct graph *new_graph (int); |