i965/fs: Remove start/end aliases in compute_live_intervals().
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Aug 2013 01:32:55 +0000 (18:32 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 10 Oct 2013 22:54:15 +0000 (15:54 -0700)
commit939b0f2c2ff41869fce8c99986607f5daf67b63a
tree95df9b5abca353339ce0990d2814f82946dd7e71
parent398656d97e8e554623f43eca31dc6a0cbf22979d
i965/fs: Remove start/end aliases in compute_live_intervals().

In compute_live_intervals(), start and end are shorter names for
the virtual_grf_start and virtual_grf_end class members.

Now that the fs_live_intervals class has arrays named start and end
which are indexed by var, rather than VGRF, reusing the name is
confusing.  Plus, most of the code has been factored out, so using the
long names isn't as inconvenient.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp