i965: Enable instruction compaction on Gen8+.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2014-08-17 00:45:27 -07:00
parent 31eed95b22
commit 45eb065668
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ brw_compact_instructions(struct brw_compile *p, int start_offset,
*/
int old_ip[(p->next_insn_offset - start_offset) / 8];
if (brw->gen < 6 || brw->gen >= 8)
if (brw->gen < 6)
return;
int src_offset;