util: rename list_empty() to list_is_empty()
[mesa.git] / src / gallium / drivers / lima / ir / pp / regalloc.c
index 0daeb5c526d87ae838d8136afb76c97cbee144af..d0fe5f9d68e2ce59c48a92021e10e7e3c802713e 100644 (file)
@@ -688,7 +688,7 @@ bool ppir_regalloc_prog(ppir_compiler *comp)
    ppir_regalloc_update_reglist_ssa(comp);
 
    /* No registers? Probably shader consists of discard instruction */
-   if (list_empty(&comp->reg_list))
+   if (list_is_empty(&comp->reg_list))
       return true;
 
    /* this will most likely succeed in the first