intel/brw: Rename brw_fs_reg_allocate.cpp to brw_reg_allocate.cpp

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33112>
This commit is contained in:
Caio Oliveira 2025-01-19 08:53:33 -08:00
parent 40308ef6e5
commit 62dd470d0a
2 changed files with 1 additions and 1 deletions

View file

@ -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',