aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphds.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphds.h')
-rw-r--r--gcc/graphds.h1
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);