glsl2: Add cmp field to ir_loop
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 26 Aug 2010 22:11:26 +0000 (15:11 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 3 Sep 2010 18:55:21 +0000 (11:55 -0700)
commit3b85f1cc6cb12e9d4931e12cf29adde578f389fd
tree53c6e568c2d8ba880fda98df58684ae7653bb577
parentc8ee8e07f7cc8f18d367ffcec065b45f8a6976f4
glsl2: Add cmp field to ir_loop

This reprents the type of comparison between the loop induction
variable and the loop termination value.
src/glsl/ir.cpp
src/glsl/ir.h
src/glsl/ir_clone.cpp