glsl: remove opt_constant_expression.cpp from SConscript
authorBrian Paul <brianp@vmware.com>
Tue, 16 Nov 2010 01:59:39 +0000 (18:59 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 16 Nov 2010 01:59:45 +0000 (18:59 -0700)
And alphabetize the opt_* files.

src/glsl/SConscript

index f9cc823a2d5201367e8611e28d0c9f4e5f1b9665..20cb91b60776f8d2a5a609ebd4c0a45b7166484e 100644 (file)
@@ -61,9 +61,6 @@ sources = [
     'lower_vec_index_to_swizzle.cpp',
     'opt_algebraic.cpp',
     'opt_constant_folding.cpp',
-    'opt_noop_swizzle.cpp',
-    'opt_redundant_jumps.cpp',
-    'opt_constant_expression.cpp',
     'opt_constant_propagation.cpp',
     'opt_constant_variable.cpp',
     'opt_copy_propagation.cpp',
@@ -72,6 +69,8 @@ sources = [
     'opt_dead_functions.cpp',
     'opt_function_inlining.cpp',
     'opt_if_simplification.cpp',
+    'opt_noop_swizzle.cpp',
+    'opt_redundant_jumps.cpp',
     'opt_structure_splitting.cpp',
     'opt_swizzle_swizzle.cpp',
     'opt_tree_grafting.cpp',