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 99b188a..ae289b4 100644
--- a/gcc/tree-ssa-coalesce.h
+++ b/gcc/tree-ssa-coalesce.h
@@ -21,5 +21,6 @@ along with GCC; see the file COPYING3. If not see
#define GCC_TREE_SSA_COALESCE_H
extern var_map coalesce_ssa_name (void);
+extern bool gimple_can_coalesce_p (tree, tree);
#endif /* GCC_TREE_SSA_COALESCE_H */