Skip to content

Commit f476aaa

Browse files
committed
[MLIR] Test generated build functions with move-only parameter types
1 parent ab7898c commit f476aaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/test/lib/Dialect/Test/TestOpDefs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ static StringLiteral getVisibilityString(SymbolTable::Visibility visibility) {
3333
return "nested";
3434
case SymbolTable::Visibility::Public:
3535
return "public";
36-
default:
37-
llvm_unreachable("invalid symboltable visibility type");
3836
}
3937
}
4038

0 commit comments

Comments
 (0)