From fb181196deac2e3a070c49a29803e53cc7cc7f9b Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 13 Dec 2016 18:19:42 -0800 Subject: nir: Rename convert_to_ssa lower_regs_to_ssa This matches the naming of nir_lower_vars_to_ssa, the other to-SSA pass. --- src/compiler/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/Makefile.sources') 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 \ -- cgit v1.2.3