glsl/loops: Get rid of loop_variable_state::max_iterations.
authorPaul Berry <stereotype441@gmail.com>
Fri, 29 Nov 2013 08:11:12 +0000 (00:11 -0800)
committerPaul Berry <stereotype441@gmail.com>
Mon, 9 Dec 2013 18:55:03 +0000 (10:55 -0800)
commit4d844cfa56220b7de8ca676ad222d89f81c60c09
tree0b5fa5d797cccbc63f94a7add09549b7d1d2f2a5
parente734c9f677ef3e9e2e4f207e4e794651ea6643b4
glsl/loops: Get rid of loop_variable_state::max_iterations.

This value is now redundant with
loop_variable_state::limiting_terminator->iterations and
ir_loop::normative_bound.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/loop_analysis.h
src/glsl/loop_controls.cpp
src/glsl/loop_unroll.cpp