mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
glsl: Add opt_copy_propagation_elements.cpp to SConscript.
Fixes SCons build.
This commit is contained in:
parent
1b80622c4e
commit
425ba19832
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ sources = [
|
|||
'opt_constant_propagation.cpp',
|
||||
'opt_constant_variable.cpp',
|
||||
'opt_copy_propagation.cpp',
|
||||
'opt_copy_propagation_elements.cpp',
|
||||
'opt_dead_code.cpp',
|
||||
'opt_dead_code_local.cpp',
|
||||
'opt_dead_functions.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue