Skip to content

Commit e9f10f9

Browse files
committed
Remove default from typekind switch
1 parent 6288a81 commit e9f10f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/utils/TableGen/SveEmitter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ std::string SVEType::builtinBaseType() const {
466466
}
467467
case TypeKind::SInt:
468468
case TypeKind::UInt:
469-
default:
470469
switch (ElementBitwidth) {
471470
case 1:
472471
return "b";

0 commit comments

Comments
 (0)