i965: Mark fields in the live interval classes protected.
authorMatt Turner <mattst88@gmail.com>
Sun, 29 Jun 2014 02:52:04 +0000 (19:52 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 1 Jul 2014 15:55:52 +0000 (08:55 -0700)
commitec1b2d6aa075c678f0eb0405be64253450f995a1
tree3984ba6f0996836d31a83764933081b1bae39819
parent021094481cc8d2d6dd199e39fd77818bb22b6e64
i965: Mark fields in the live interval classes protected.

cfg, for instance, is a pointer to a local variable in
calculate_live_intervals, certainly not valid after that function has
returned.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_fs_live_variables.h
src/mesa/drivers/dri/i965/brw_vec4_live_variables.h