[mlir] Revert default case that was needed
This one isn't always complete.
This commit is contained in:
parent
98a88c1bee
commit
f533fa3af5
@ -932,6 +932,8 @@ static void emitDeserializationDispatch(const Operator &op, const Record *def,
|
||||
/// of the operation.
|
||||
static void finalizeDispatchDeserializationFn(StringRef opcode,
|
||||
raw_ostream &os) {
|
||||
os << " default:\n";
|
||||
os << " ;\n";
|
||||
os << " }\n";
|
||||
StringRef opcodeVar("opcodeString");
|
||||
os << formatv(" auto {0} = spirv::stringifyOpcode({1});\n", opcodeVar,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user