diff options
author | Jason Ekstrand <[email protected]> | 2016-12-13 18:19:42 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-12-29 16:02:44 -0800 |
commit | fb181196deac2e3a070c49a29803e53cc7cc7f9b (patch) | |
tree | ec2947cae8239ab8b0280f577417a8067e81c913 /src/compiler/Makefile.sources | |
parent | 194537ebe44cfcd6d72a98d0c2118f10a9e58deb (diff) |
nir: Rename convert_to_ssa lower_regs_to_ssa
This matches the naming of nir_lower_vars_to_ssa, the other to-SSA pass.
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index be2215cc10a..f1fa3c39870 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -219,6 +219,7 @@ NIR_FILES = \ nir/nir_lower_io_types.c \ nir/nir_lower_passthrough_edgeflags.c \ nir/nir_lower_phis_to_scalar.c \ + nir/nir_lower_regs_to_ssa.c \ nir/nir_lower_returns.c \ nir/nir_lower_samplers.c \ nir/nir_lower_system_values.c \ @@ -258,7 +259,6 @@ NIR_FILES = \ nir/nir_search_helpers.h \ nir/nir_split_var_copies.c \ nir/nir_sweep.c \ - nir/nir_to_ssa.c \ nir/nir_to_lcssa.c \ nir/nir_validate.c \ nir/nir_vla.h \ |