diff --git a/src/intel/compiler/brw_fs_reg_allocate.cpp b/src/intel/compiler/brw_reg_allocate.cpp similarity index 100% rename from src/intel/compiler/brw_fs_reg_allocate.cpp rename to src/intel/compiler/brw_reg_allocate.cpp diff --git a/src/intel/compiler/meson.build b/src/intel/compiler/meson.build index 7fb8ae71d41..57d3bfed1d2 100644 --- a/src/intel/compiler/meson.build +++ b/src/intel/compiler/meson.build @@ -52,7 +52,6 @@ libintel_compiler_brw_files = files( 'brw_fs_live_variables.cpp', 'brw_fs_live_variables.h', 'brw_fs_nir.cpp', - 'brw_fs_reg_allocate.cpp', 'brw_fs_thread_payload.cpp', 'brw_fs_visitor.cpp', 'brw_generator.cpp', @@ -107,6 +106,7 @@ libintel_compiler_brw_files = files( 'brw_private.h', 'brw_reg.cpp', 'brw_reg.h', + 'brw_reg_allocate.cpp', 'brw_reg_type.c', 'brw_reg_type.h', 'brw_rt.h',