glsl: Add opt_copy_propagation_elements.cpp to SConscript.

Fixes SCons build.
This commit is contained in:
Vinson Lee
2011-02-04 11:47:01 -08:00
parent 1b80622c4e
commit 425ba19832

View File

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