glsl2: Add pass to remove redundant jumps

This commit is contained in:
Ian Romanick
2010-09-13 14:25:26 -07:00
parent e79a1bb02a
commit 8f2214f489
6 changed files with 118 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ sources = [
'loop_controls.cpp',
'loop_unroll.cpp',
'lower_noise.cpp',
'opt_redundant_jumps.cpp',
's_expression.cpp',
]