aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-coalesce.h')
-rw-r--r--gcc/tree-ssa-coalesce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-coalesce.h b/gcc/tree-ssa-coalesce.h
index 9eebdddf917..98e61c5d34a 100644
--- a/gcc/tree-ssa-coalesce.h
+++ b/gcc/tree-ssa-coalesce.h
@@ -23,5 +23,6 @@ along with GCC; see the file COPYING3. If not see
extern var_map coalesce_ssa_name (void);
extern bool gimple_can_coalesce_p (tree, tree);
extern bitmap get_parm_default_def_partitions (var_map);
+extern bitmap get_undefined_value_partitions (var_map);
#endif /* GCC_TREE_SSA_COALESCE_H */