diff options
author | Ian Romanick <[email protected]> | 2010-09-13 14:25:26 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-13 14:25:26 -0700 |
commit | 8f2214f4892acb994d13531d555196bd8f242dad (patch) | |
tree | 6e84998ec3977c1791ba1765660345b61c2b93f9 /src/glsl/Makefile.am | |
parent | e79a1bb02a0ce3c265c4a64c117018a9207064c9 (diff) |
glsl2: Add pass to remove redundant jumps
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r-- | src/glsl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 3ce8e21b0cb..f62a85e8930 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -66,7 +66,8 @@ glsl_SOURCES = \ loop_analysis.cpp \ loop_controls.cpp \ loop_unroll.cpp \ - lower_noise.cpp + lower_noise.cpp \ + opt_redundant_jumps.cpp BUILT_SOURCES = glsl_parser.h glsl_parser.cpp glsl_lexer.cpp CLEANFILES = $(BUILT_SOURCES) |