summaryrefslogtreecommitdiffstats
path: root/src/util/register_allocate.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-05-07 17:16:58 -0500
committerJason Ekstrand <[email protected]>2019-05-14 12:30:22 -0500
commit9040215f5d2894e9a900b0f4b154c617f9a0db27 (patch)
treefd2737f63bbfc4d4240710edebb9f28f33c9ceec /src/util/register_allocate.h
parent698bb9b98462e0a3a374ede4bf852a884f907c7f (diff)
util/ra: Add a helper for resetting a node's interference
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/util/register_allocate.h')
-rw-r--r--src/util/register_allocate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/register_allocate.h b/src/util/register_allocate.h
index 834503ea55b..168c6e3535a 100644
--- a/src/util/register_allocate.h
+++ b/src/util/register_allocate.h
@@ -84,6 +84,7 @@ void ra_set_select_reg_callback(struct ra_graph *g,
void *data);
void ra_add_node_interference(struct ra_graph *g,
unsigned int n1, unsigned int n2);
+void ra_reset_node_interference(struct ra_graph *g, unsigned int n);
/** @} */
/** @{ Graph-coloring register allocation */