diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-09-13 14:25:26 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-09-13 14:25:26 -0700 |
commit | 8f2214f4892acb994d13531d555196bd8f242dad (patch) | |
tree | 6e84998ec3977c1791ba1765660345b61c2b93f9 /src/glsl/Makefile | |
parent | e79a1bb02a0ce3c265c4a64c117018a9207064c9 (diff) |
glsl2: Add pass to remove redundant jumps
Diffstat (limited to 'src/glsl/Makefile')
-rw-r--r-- | src/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile index a0e7c05d67f..1746e18ad69 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -76,6 +76,7 @@ CXX_SOURCES = \ loop_controls.cpp \ loop_unroll.cpp \ lower_noise.cpp \ + opt_redundant_jumps.cpp \ s_expression.cpp LIBS = \ |