spirv-remap: assert on unhandled OperandClass
This commit is contained in:
@@ -497,6 +497,7 @@ namespace spv {
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(0 && "Unhandled Operand Class");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user