diff --git a/src/intel/compiler/brw_eu_compact.c b/src/intel/compiler/brw_eu_compact.c index 223c347354b..4c51b5300bb 100644 --- a/src/intel/compiler/brw_eu_compact.c +++ b/src/intel/compiler/brw_eu_compact.c @@ -2498,8 +2498,6 @@ brw_compact_instructions(struct brw_codegen *p, int start_offset, } group->offset = start_offset + offset; - - offset = next_offset(devinfo, store, offset); } }