diff options
author | Connor Abbott <[email protected]> | 2014-07-22 14:05:06 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-01-15 07:18:58 -0800 |
commit | 4553887d4a4501a75c91033e9e8e5fe4cd6bc3f2 (patch) | |
tree | a45f2ff3516438df3448500972fa81fe596d9770 /src/glsl/Makefile.sources | |
parent | b559ee709b26e013dda49332c55b3e25cd185bcd (diff) |
nir: add a pass to convert to SSA
v2: Jason Ekstrand <[email protected]>:
whitespace fixes
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index c736d6a56ec..0aaea580816 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -28,6 +28,7 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_opt_global_to_local.c \ $(GLSL_SRCDIR)/nir/nir_print.c \ $(GLSL_SRCDIR)/nir/nir_remove_dead_variables.c \ + $(GLSL_SRCDIR)/nir/nir_to_ssa.c \ $(GLSL_SRCDIR)/nir/nir_validate.c \ $(GLSL_SRCDIR)/nir/nir_types.cpp \ $(GLSL_SRCDIR)/nir/glsl_to_nir.cpp |