diff options
author | Ian Romanick <[email protected]> | 2010-08-26 15:58:33 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-03 11:55:21 -0700 |
commit | 9434a0749f26c640305f68ef85d17a31063a5705 (patch) | |
tree | 7b80754d50f94a56ad4ece84c4045b14aea9834f /src/glsl/Makefile | |
parent | 0f4f8c73644a9cc436500d605413207c44cfb4ee (diff) |
glsl2: Add module to analyze variables used in loops
This is the first step eventually leading 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 aedca0f0d15..e5375eff443 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -72,6 +72,7 @@ CXX_SOURCES = \ ir_vec_index_to_swizzle.cpp \ linker.cpp \ link_functions.cpp \ + loop_analysis.cpp \ s_expression.cpp LIBS = \ |