diff options
-rw-r--r-- | src/intel/compiler/brw_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_reg.h b/src/intel/compiler/brw_reg.h index 68158cc0cc8..afcd146de2c 100644 --- a/src/intel/compiler/brw_reg.h +++ b/src/intel/compiler/brw_reg.h @@ -293,6 +293,7 @@ brw_regs_negative_equal(const struct brw_reg *a, const struct brw_reg *b) case BRW_REGISTER_TYPE_UB: case BRW_REGISTER_TYPE_B: case BRW_REGISTER_TYPE_NF: + default: unreachable("not reached"); } } else { |