From bfe3fbb38e0a3ae7c1efb74282628c2cc5abc3e0 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 26 Aug 2010 16:43:57 -0700 Subject: glsl2: Add module to suss out loop control variables from loop analysis data This is the next step on the road 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 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 = \ -- cgit v1.2.3