diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 0cb8fa5..a441893 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -1134,7 +1134,6 @@ void print_value_expressions (FILE *, unsigned int); tree make_value_handle (tree); void set_value_handle (tree, tree); bool expressions_equal_p (tree, tree); -static inline tree get_value_handle (tree); void sort_vuses (VEC (tree, gc) *); void sort_vuses_heap (VEC (tree, heap) *); tree vn_lookup_or_add (tree); |