intel/brw: Use brw_analysis prefix for def analysis file

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33048>
This commit is contained in:
Caio Oliveira 2024-12-06 19:48:54 -08:00 committed by Marge Bot
parent e0614e8ea1
commit 6a23749332
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@ intel_nir_files = files(
libintel_compiler_brw_files = files(
'brw_analysis.h',
'brw_analysis_def.cpp',
'brw_analysis_liveness.cpp',
'brw_builder.cpp',
'brw_builder.h',
@ -38,7 +39,6 @@ libintel_compiler_brw_files = files(
'brw_compiler.c',
'brw_compiler.h',
'brw_debug_recompile.c',
'brw_def_analysis.cpp',
'brw_disasm.c',
'brw_disasm_info.cpp',
'brw_disasm_info.h',