X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fcgraph.h;h=a9879375276c26fd5df69bcfb5af5b3d60576e32;hb=43d861a5bc03c1c9ed1dde4ca7bf1593771d7e6e;hp=b905bfdf6c320c7c369e9cdc0251a6bb406ea8b4;hpb=4322c52f38afc74665f55412d31adb2fcb85d80a;p=gcc.git diff --git a/gcc/cgraph.h b/gcc/cgraph.h index b905bfdf6c3..a9879375276 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -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 */