nir/spirv: Remove an erroneous "fall through" comment

This commit is contained in:
Jason Ekstrand 2016-09-07 09:03:47 -07:00
parent 6e066f76ee
commit 37763bf446
1 changed files with 0 additions and 1 deletions

View File

@ -1611,7 +1611,6 @@ fill_common_atomic_sources(struct vtn_builder *b, SpvOp opcode,
src[0] = nir_src_for_ssa(vtn_ssa_value(b, w[8])->def);
src[1] = nir_src_for_ssa(vtn_ssa_value(b, w[7])->def);
break;
/* Fall through */
case SpvOpAtomicExchange:
case SpvOpAtomicIAdd: