mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
aco: move instruction selection files to /compiler/instruction selection/ subfolder
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34977>
This commit is contained in:
parent
85a4ec32e8
commit
62a92417ef
4 changed files with 3 additions and 3 deletions
|
|
@ -31,11 +31,11 @@ aco_builder_h = custom_target(
|
|||
)
|
||||
|
||||
libaco_files = files(
|
||||
'instruction_selection/aco_instruction_selection.cpp',
|
||||
'instruction_selection/aco_instruction_selection.h',
|
||||
'instruction_selection/aco_isel_setup.cpp',
|
||||
'aco_dead_code_analysis.cpp',
|
||||
'aco_dominance.cpp',
|
||||
'aco_instruction_selection.cpp',
|
||||
'aco_instruction_selection.h',
|
||||
'aco_isel_setup.cpp',
|
||||
'aco_interface.cpp',
|
||||
'aco_interface.h',
|
||||
'aco_ir.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue