From 00910e3057588de3fe9b5dc2ae9263c2e4ba6cc4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 14 Mar 2018 11:03:23 -0700 Subject: broadcom/vc5: Don't annotate dumps with stale live intervals. As you're debugging register allocation, you may have changed the intervals and not recomputed yet. Just skip the dump in that case. --- src/broadcom/compiler/v3d_compiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/broadcom/compiler/v3d_compiler.h') diff --git a/src/broadcom/compiler/v3d_compiler.h b/src/broadcom/compiler/v3d_compiler.h index 84cc4d290a0..df81f0757e2 100644 --- a/src/broadcom/compiler/v3d_compiler.h +++ b/src/broadcom/compiler/v3d_compiler.h @@ -548,6 +548,7 @@ struct v3d_compile { /* Live ranges of temps. */ int *temp_start, *temp_end; + bool live_intervals_valid; uint32_t *uniform_data; enum quniform_contents *uniform_contents; -- cgit v1.2.3