OSDN Git Service

* gimplify.c (pop_gimplify_context): Free bind_expr_stack.
[pf3gnuchains/gcc-fork.git] / gcc / graphds.h
index 49fe6cd..83cf90c 100644 (file)
@@ -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);