diff options
author | Jason Ekstrand <[email protected]> | 2016-12-16 16:54:17 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-12-22 16:27:19 -0800 |
commit | 1111a05f90e27e9820dd187be16ae41335db6838 (patch) | |
tree | 9f3aa986e5b9762091adcb1f1166680072b42b4f /src/compiler/Makefile.sources | |
parent | 993e9195d42763d43f9f7453f77ac5b667f799e3 (diff) |
nir: Add an optimization pass to remove trivial continues
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 566e246b473..6a740fce392 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -244,6 +244,7 @@ NIR_FILES = \ nir/nir_opt_loop_unroll.c \ nir/nir_opt_peephole_select.c \ nir/nir_opt_remove_phis.c \ + nir/nir_opt_trivial_continues.c \ nir/nir_opt_undef.c \ nir/nir_phi_builder.c \ nir/nir_phi_builder.h \ |