diff options
Diffstat (limited to 'src/compiler/nir/meson.build')
-rw-r--r-- | src/compiler/nir/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build index b5f27ad667b..859a0c1e62d 100644 --- a/src/compiler/nir/meson.build +++ b/src/compiler/nir/meson.build @@ -162,6 +162,7 @@ files_libnir = files( 'nir_opt_move_comparisons.c', 'nir_opt_peephole_select.c', 'nir_opt_remove_phis.c', + 'nir_opt_shrink_load.c', 'nir_opt_trivial_continues.c', 'nir_opt_undef.c', 'nir_phi_builder.c', |