util: rename list_empty() to list_is_empty()
[mesa.git] / src / compiler / nir / nir_opt_loop_unroll.c
index 0681518d9606bc9544f16561b394ac97a8634c13..e1c37d24eb71ea1d6dd48c32d9827032d3703ccd 100644 (file)
@@ -514,7 +514,7 @@ complex_unroll_single_terminator(nir_loop *loop)
 static bool
 wrapper_unroll(nir_loop *loop)
 {
-   if (!list_empty(&loop->info->loop_terminator_list)) {
+   if (!list_is_empty(&loop->info->loop_terminator_list)) {
 
       /* Unrolling a loop with a large number of exits can result in a
        * large inrease in register pressure. For now we just skip