From 62dd470d0ab5b66ee0fc9439aedcd100e750b7da Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Sun, 19 Jan 2025 08:53:33 -0800 Subject: [PATCH] intel/brw: Rename brw_fs_reg_allocate.cpp to brw_reg_allocate.cpp Reviewed-by: Lionel Landwerlin Part-of: --- .../compiler/{brw_fs_reg_allocate.cpp => brw_reg_allocate.cpp} | 0 src/intel/compiler/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/intel/compiler/{brw_fs_reg_allocate.cpp => brw_reg_allocate.cpp} (100%) 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',