diff options
author | Paul Berry <[email protected]> | 2013-11-29 00:52:11 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-12-09 10:55:09 -0800 |
commit | 088494aa032bf32db8b67f1fb07e5797603a473d (patch) | |
tree | 75118fb62d60fa288e77d0e14552e929e51de4b0 /src/glsl/Makefile.sources | |
parent | 7ea3baa64da061f86a50c41081a26e0c2859e99c (diff) |
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Now that loop_controls no longer creates normatively bound loops,
there is no need for ir_loop::normative_bound or the
lower_bounded_loops pass.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 724c7b403ca..2e81deddabb 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -59,7 +59,6 @@ LIBGLSL_FILES = \ $(GLSL_SRCDIR)/loop_analysis.cpp \ $(GLSL_SRCDIR)/loop_controls.cpp \ $(GLSL_SRCDIR)/loop_unroll.cpp \ - $(GLSL_SRCDIR)/lower_bounded_loops.cpp \ $(GLSL_SRCDIR)/lower_clip_distance.cpp \ $(GLSL_SRCDIR)/lower_discard.cpp \ $(GLSL_SRCDIR)/lower_discard_flow.cpp \ |