Commit 036a7944 by GregF

spirv-remap: assert on unhandled OperandClass

parent 796e15ad
......@@ -497,6 +497,7 @@ namespace spv {
break;
default:
assert(0 && "Unhandled Operand Class");
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment