[MLIR][OpDSL] Silence warning (NFC)

This commit is contained in:
Lorenzo Chelini 2022-03-08 08:30:20 +01:00
parent 9eabea3968
commit b204ce0ca8
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ std::string convertFunctionKindToEnumName(ScalarFnKind kind) {
case ScalarFnKind::Type: case ScalarFnKind::Type:
return std::string("TypeFn"); return std::string("TypeFn");
} }
llvm_unreachable("unsupported function kind");
} }
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//