summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-12-09 22:31:26 -0800
committerJason Ekstrand <[email protected]>2017-01-06 16:44:28 -0800
commit62332d139c8f6deb7fd8b72a48b34b4b652df7c1 (patch)
treec2591da7fb73d889ffa8d660002d3a541ec88c89 /src/compiler/Makefile.sources
parent830dca74fe888cc6cc2d27f99a6c2488d69fc1c0 (diff)
nir: Add a local variable-based copy propagation pass
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index f1fa3c39870..52f6e5428f4 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -236,6 +236,7 @@ NIR_FILES = \
nir/nir_normalize_cubemap_coords.c \
nir/nir_opt_conditional_discard.c \
nir/nir_opt_constant_folding.c \
+ nir/nir_opt_copy_prop_vars.c \
nir/nir_opt_copy_propagate.c \
nir/nir_opt_cse.c \
nir/nir_opt_dce.c \