spirv: Handle the new OpModuleProcessed instruction
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 11 Oct 2017 23:29:28 +0000 (16:29 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 7 Mar 2018 20:13:47 +0000 (12:13 -0800)
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/compiler/spirv/spirv_to_nir.c

index f0122a43424163892f1ce8462b02d50111fb008b..98fdd700b0bc1a91e8196340df9d91aa8c69ac95 100644 (file)
@@ -3190,6 +3190,7 @@ vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
    case SpvOpSourceExtension:
    case SpvOpSourceContinued:
    case SpvOpExtension:
+   case SpvOpModuleProcessed:
       /* Unhandled, but these are for debug so that's ok. */
       break;