From 9434a0749f26c640305f68ef85d17a31063a5705 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 26 Aug 2010 15:58:33 -0700 Subject: glsl2: Add module to analyze variables used in loops This is the first step eventually leading to loop unrolling. --- src/glsl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glsl/Makefile') diff --git a/src/glsl/Makefile b/src/glsl/Makefile index aedca0f0d1..e5375eff44 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 = \ -- cgit v1.2.3