glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.
authorPaul Berry <stereotype441@gmail.com>
Thu, 28 Nov 2013 20:17:54 +0000 (12:17 -0800)
committerPaul Berry <stereotype441@gmail.com>
Mon, 9 Dec 2013 18:54:46 +0000 (10:54 -0800)
commit115fd75ab06b858b83173f7d76eada8ea417fc86
treea53327897131374977a403fdbd52419d4b6ce8f5
parente00b93a1f7b4bc7f5e887591c000524e13f80826
glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.

These fields were part of some planned optimizations that never
materialized.  Remove them for now to simplify things; if we ever get
round to adding the optimizations that would require them, we can
always re-introduce them.

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