This reverts commit
cabc93c5adc9ea62be901621eff5ce4cb9574791.
Mark thinks the failures on the SNB GT2 in the lab are actually because
of faulty hardware, not instruction compaction. The GT1 didn't see any
problems after changes to the compaction code.
*/
int old_ip[(p->next_insn_offset - start_offset) / sizeof(brw_compact_inst)];
- /* FIXME: Mark reported that SNB GT2 (GT1 appears fine) is hanging after
- * commit a36631b74.
- */
- if (brw->gen == 6)
- return;
-
if (brw->gen == 4 && !brw->is_g4x)
return;