summaryrefslogtreecommitdiffstats
path: root/src/util/register_allocate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/register_allocate.h')
-rw-r--r--src/util/register_allocate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/register_allocate.h b/src/util/register_allocate.h
index ed3854cec7d..628d2bbbced 100644
--- a/src/util/register_allocate.h
+++ b/src/util/register_allocate.h
@@ -44,7 +44,8 @@ struct ra_regs;
* registers, such as aligned register pairs that conflict with the
* two real registers from which they are composed.
*/
-struct ra_regs *ra_alloc_reg_set(void *mem_ctx, unsigned int count);
+struct ra_regs *ra_alloc_reg_set(void *mem_ctx, unsigned int count,
+ bool need_conflict_lists);
void ra_set_allocate_round_robin(struct ra_regs *regs);
unsigned int ra_alloc_reg_class(struct ra_regs *regs);
void ra_add_reg_conflict(struct ra_regs *regs,