diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-08-26 16:43:57 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-09-03 11:55:21 -0700 |
commit | bfe3fbb38e0a3ae7c1efb74282628c2cc5abc3e0 (patch) | |
tree | 5720a17d39ab119c29591df50e925d3df394b7f0 /src/glsl/Makefile | |
parent | 9434a0749f26c640305f68ef85d17a31063a5705 (diff) |
glsl2: Add module to suss out loop control variables from loop analysis data
This is the next step on the road to loop unrolling
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 e5375eff44..ed1453b14b 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -73,6 +73,7 @@ CXX_SOURCES = \ linker.cpp \ link_functions.cpp \ loop_analysis.cpp \ + loop_controls.cpp \ s_expression.cpp LIBS = \ |