summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2014-10-29 14:17:17 -0700
committerJason Ekstrand <[email protected]>2015-01-15 07:19:00 -0800
commitf86902e75d989b781be36ced5dc98dfc0cd34b7b (patch)
treec6beb190e860bf39735f4e8c8612a424afcb3c45 /src/glsl/Makefile.sources
parentc9a21c725dab3613b0e81d9abe497a9f6018b391 (diff)
nir: Add an SSA-based liveness analysis pass.
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index 4eb6320f45d..433224e4b24 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -20,6 +20,7 @@ NIR_FILES = \
$(GLSL_SRCDIR)/nir/nir_from_ssa.c \
$(GLSL_SRCDIR)/nir/nir_intrinsics.c \
$(GLSL_SRCDIR)/nir/nir_intrinsics.h \
+ $(GLSL_SRCDIR)/nir/nir_live_variables.c \
$(GLSL_SRCDIR)/nir/nir_lower_atomics.c \
$(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
$(GLSL_SRCDIR)/nir/nir_lower_system_values.c \