matrix-reorg.c: New file.
[gcc.git] / gcc / cgraph.h
index b905bfdf6c320c7c369e9cdc0251a6bb406ea8b4..a9879375276c26fd5df69bcfb5af5b3d60576e32 100644 (file)
@@ -410,4 +410,9 @@ varpool_next_static_initializer (struct varpool_node *node)
 void cgraph_clone_inlined_nodes (struct cgraph_edge *, bool, bool);
 void cgraph_mark_inline_edge (struct cgraph_edge *, bool);
 bool cgraph_default_inline_p (struct cgraph_node *, const char **);
+
+
+/* Create a new static variable of type TYPE.  */
+tree add_new_static_var (tree type);
+
 #endif  /* GCC_CGRAPH_H  */