i965/compaction: Remove unnecessary is-compacted? check.
authorMatt Turner <mattst88@gmail.com>
Wed, 24 Sep 2014 17:01:23 +0000 (10:01 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 25 Sep 2014 18:02:36 +0000 (11:02 -0700)
commitcde887ccb13c9b42759c08e5694bd8cf37b51170
tree17734851cb8fbd76749150fbbd634f892a6611dd
parent118021f929e9f8a378033b3c5711e087205a2877
i965/compaction: Remove unnecessary is-compacted? check.

Used to pass over previously compacted instructions in this loop, but no
longer. No point in checking.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_eu_compact.c