We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7898c commit f476aaaCopy full SHA for f476aaa
mlir/test/lib/Dialect/Test/TestOpDefs.cpp
@@ -33,8 +33,6 @@ static StringLiteral getVisibilityString(SymbolTable::Visibility visibility) {
33
return "nested";
34
case SymbolTable::Visibility::Public:
35
return "public";
36
- default:
37
- llvm_unreachable("invalid symboltable visibility type");
38
}
39
40
0 commit comments